On Wed, 2010-03-03 at 17:29 -0800, js_spamfree-rs...@yahoo.com wrote: > test command: > rsync -avm --del --prune-empty-dirs > --compare-dest=/Users/generic/Desktop/B /Users/generic/Desktop/A/ > /Users/generic/Desktop/C > > produces a large number of directories and nested directories on the > destination that are empty. i've tried tweaking so many different > combinations of options i'm beginning to lose track! none of them > produce the proper result in the destination directory.
This is a known issue: http://lists.samba.org/archive/rsync/2009-October/023981.html You can use "find DEST -depth -type d -empty -delete" to remove the extra directories. -- Matt -- 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