Gentoo Archives: gentoo-user

From: "mike@×××××××.us" <mike@×××××××.us>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync from ext3 to vfat?
Date: Fri, 17 Feb 2012 21:05:31
Message-Id: 4F3EC094.4080906@trausch.us
In Reply to: [gentoo-user] rsync from ext3 to vfat? by Mark Knecht
1 On 02/17/2012 03:12 PM, Mark Knecht wrote:
2 > I'm looking for what rsync options I can use to copy existing files
3 > on an ext3 file system to an external eSATA drive formatted with vfat.
4 > I think I want to match only the name, creation date & file size. The
5 > eSATA drive needs to be vfat due to limitations of the audio/video
6 > device it will be plugged into.
7
8 rsync works just fine with any normal set of options when using any sort
9 of FAT as a destination. There are, of course, a couple of gotchas:
10
11 - FAT has limitations on file sizes.
12 - FAT cannot store permissions or ACLs
13 - FAT does not support extended attributes
14
15 Other than that, though, you should be good.
16
17 --- Mike
18
19 --
20 A man who reasons deliberately, manages it better after studying Logic
21 than he could before, if he is sincere about it and has common sense.
22 --- Carveth Read, “Logic”

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] rsync from ext3 to vfat? Manuel McLure <manuel@××××××.org>