rsync -aAXv to a FAT formatted directory?

Kevin Korb kmk at sanitarium.net
Tue May 16 20:53:24 UTC 2017


A FAT filesystem can't handle -X or -goplD from -a.  When you are stuck
on FAT you are pretty much limited to -rt instead of -a.

Also, it doesn't handle timestamps very well.  FAT has a 2 second time
resolution and it has no concept of a locale so the timestamps all
change whenever your TZ changes your clock (assuming it does).

Unless you have FAT on both ends you probably don't want FAT at all.

On 05/16/2017 04:30 PM, John Conover via rsync wrote:
> 
> Does rsync -aAXv /dir1 /dir2, where dir2 is a mounted FAT formatted SD
> card, and then:
> 
> rsync -aAXv /dir2 /dir1, to restore the files in dir1 from the FAT
> formatted SD card, restore the ACL and owner/permissions of the files
> and directories in dir1?
> 
>     Thanks,
> 
>     John
> 

-- 
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
	Kevin Korb			Phone:    (407) 252-6853
	Systems Administrator		Internet:
	FutureQuest, Inc.		Kevin at FutureQuest.net  (work)
	Orlando, Florida		kmk at sanitarium.net (personal)
	Web page:			http://www.sanitarium.net/
	PGP public key available on web site.
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 224 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20170516/b753012b/signature.sig>


More information about the rsync mailing list