https://bugzilla.samba.org/show_bug.cgi?id=11423

--- Comment #10 from adsh <a...@univ.kiev.ua> ---
There is example how to remove all garbage backup-dirs in FreBSD without pipes
in one line:

find /var/backups/www/old/ -type d -maxdepth 1 -empty -delete

but all this solutions are dirty hacks, not well-established rsync
functionality.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
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