Displaying 2 results from an estimated 2 matches for "_intro_err_2tissue_worst_best_add1".
2009 May 11
2
Fwd: rsync on OSX for transferring files using FAT32
...an go home quickly.
>
> I am currently using 3.0.6+fileflags+crtimes, with the following
> command:
> sudo rsync -aNHAXx --fileflags --force-change --modify-window=1 SRC
> DST
>
> I get errors of the type:
> rsync: get_xattr_names:
> llistxattr("masking/figures/._intro_err_2tissue_worst_best_add1.pdf",
> 1024)
> failed: Operation not permitted (1)
>
> These errors occur, I think, trying to access files that store xattr
> on the FAT32 drive. They occur even in a trial run (-n). What is
> interesting is that if I run rsync several times consecutively, I get
> a diff...
2009 May 10
1
rsync on OSX for transferring files using FAT32
...little should be copied or
transferred, so I can go home quickly.
I am currently using 3.0.6+fileflags+crtimes, with the following command:
sudo rsync -aNHAXx --fileflags --force-change --modify-window=1 SRC DST
I get errors of the type:
rsync: get_xattr_names:
llistxattr("masking/figures/._intro_err_2tissue_worst_best_add1.pdf",1024)
failed: Operation not permitted (1)
These errors occur, I think, trying to access files that store xattr
on the FAT32 drive. They occur even in a trial run (-n). What is
interesting is that if I run rsync several times consecutively, I get
a different set of files that report these...