Hi All,

I have been getting reports from users of backuplist+, my wrapper application 
for rsync (currently with build of 3.0.6), about odd behavior after updating to 
OS 10.6 Snow Leopard.

Basically: the problem occurs backing up a directory to a local mounted network 
volume. Previously all worked fine but after updating to 10.6 there are reports 
that no files get copied and the destination fills up with thousands (yes 
thousands) of .DS-Store files which on OSX are invisible and carry metadata 
about the directory that contains them (usually just one per directory...)

The destination files are visible and labeled 

..DS_Store.0aecRT
..DS_Store.0afcRT
..DS_Store.0cecRT
..DS_Store.0cfcRT

(Note the "two dots" prefix?)

on an on and on. One user reported 97,000 of these with seemingly random names 
attached.

rsync log shows 

>> file has vanished: "/Volumes/MacMini/Users/rg/..DS_Store.ZxgavW"
>> file has vanished: "/Volumes/MacMini/Users/rg/..DS_Store.ZygavW"
>> file has vanished: "/Volumes/MacMini/Users/rg/..DS_Store.ZzgavW"

So before any files are copied it fails on the "missing" files that aren't 
there in the first place!

The basic command line is 

pathtoRsync -aHAXN --fileflags --force-change --stats -v -u  --progress  
pathttoSourceDirectory  pathToDestinationNetworkDirectory  &>  
pathToOutputLogFile echo $!

This works fine when going to an external mounted Volume or a partition, just 
not to a local mounted Network Volume.

I haven't been able to get any more detailed information from users so far. Has 
anyone seen this or have a clue to what's happening? Something to do with the 
Network and DS_Store files it seems. I'm not sure where to even begin.

Thanks, Rob DuToit
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to