rsync creating thousands of ..ds_store files from mounted volume

Posted by daniel Crabbe on Super User See other posts from Super User or by daniel Crabbe
Published on 2010-04-23T10:29:53Z Indexed on 2010/04/23 11:23 UTC
Read the original article Hit count: 366

Filed under:
|
|

I've been using rsync on OS X to sync all our website admins. It was working fine until the OS X 10.6.3 update!

Now it creates thousands of empty (0-kb) folders. It only does it when synching to a mounted network drive (which we need to do) as when I sync to my local drive it works as usual!

I've tried excludes which don't seem to be working... also tried a different version of rsync so it's an OS X issue.

echo ""
echo "~*~*~*~*~*~*~*~*~*~*~*~*~*"
echo " SYNCING up KINEMASTIK"
echo "~*~*~*~*~*~*~*~*~*~*~*~*~*"

/usr/local/bin/rsync -aNHAXv --progress --exclude-from 'exclude.txt' /Volumes/Groups/Projects/483_Modern_Activity_Website/web/youradmin/ /Users/dan/Dropbox/documents/WORK/kinemastik/WEBSITE/youradmin/  

echo ""
echo "~*~*~*~*~*~*~*~*~*~*~*~*~*"
echo " SYNCING up CHRIS BROOKS YOURADMIN"
echo "~*~*~*~*~*~*~*~*~*~*~*~*~*"

/usr/local/bin/rsync -aNHAXv --progress --exclude-from 'exclude.txt' /Volumes/Groups/Projects/483_Modern_Activity_Website/web/youradmin/ /Volumes/Groups/Projects/516_ChrisBrooks/website/youradmin/

Has anyone experienced the same problem?

© Super User or respective owner

rsync creating thousands of ..ds_store files from mounted volume

Posted by daniel Crabbe on Stack Overflow See other posts from Stack Overflow or by daniel Crabbe
Published on 2010-04-23T10:29:53Z Indexed on 2010/04/23 10:33 UTC
Read the original article Hit count: 366

Filed under:
|

hello there - been using rsync on os x to sync all our website admins.

it was working fine until the os x 10.6.3 update!

Now it creates thousands of ZeroK folders. It only does it when synching to a mounted drive(which we need to do) as when i sync to my hd it works as usual!

i've tried excludes which don't seem to be working... also tried different version of rsync so its an os x issue.

echo ""
echo "~*~*~*~*~*~*~*~*~*~*~*~*~*"
echo " SYNCING up KINEMASTIK"
echo "~*~*~*~*~*~*~*~*~*~*~*~*~*"

/usr/local/bin/rsync -aNHAXv --progress --exclude-from 'exclude.txt' /Volumes/Groups/Projects/483_Modern_Activity_Website/web/youradmin/ /Users/dan/Dropbox/documents/WORK/kinemastik/WEBSITE/youradmin/  

echo ""
echo "~*~*~*~*~*~*~*~*~*~*~*~*~*"
echo " SYNCING up CHRIS BROOKS YOURADMIN"
echo "~*~*~*~*~*~*~*~*~*~*~*~*~*"

/usr/local/bin/rsync -aNHAXv --progress --exclude-from 'exclude.txt' /Volumes/Groups/Projects/483_Modern_Activity_Website/web/youradmin/ /Volumes/Groups/Projects/516_ChrisBrooks/website/youradmin/

anyone experienced the same? many thnks, D.

© Stack Overflow or respective owner

Related posts about rsync

Related posts about osx