[Bug 11423] rsync 3.1.x is creating empty backup directories

samba-bugs at samba.org samba-bugs at samba.org
Mon Aug 17 03:48:01 UTC 2015


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

--- Comment #10 from adsh <adsh at 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.



More information about the rsync mailing list