Gentoo Archives: gentoo-user

From: Roman Zilka <rzilka@××××.cz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync for backup, can anybody help
Date: Fri, 28 Dec 2007 22:22:09
Message-Id: 20071228231630.f8173797.rzilka@gvid.cz
In Reply to: Re: [gentoo-user] Re: rsync for backup, can anybody help by Paul Stear
1 > symlink "/mnt/external/OneFileSystemBackup/usr/i686-pc-linux-gnu/lib/libopcodes.so" -> "/usr/lib32/binutils/i686-pc-linux-gnu/2.18/libopcodes.so"
2 > failed: Operation not permitted (1)
3
4 This is most likely caused by the FAT filesystem on the target device.
5 Just like a lot of other errors, probably. Symlinks do not exist on a
6 regular FAT.
7
8 Copying data from a unix/linux-ish filesystem to a FAT-based filesystem
9 is impossible without losing something (special files like symlinks,
10 sockets, devices etc., file ownership info and more). Maybe there are
11 some modern FAT variations capable of storing all this linux-specific
12 data (thinking of umsdos), but I dare doubt that's the case of your
13 backup drive.
14
15 If you're thinking of maybe recovering some important system files from
16 this backup sometime, change the backup drive's filesystem to something
17 more capable (the aforementioned ext2, for instance).
18
19 -rz
20 --
21 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] rsync for backup, can anybody help Paul Stear <gentoo@××××××××××××.com>