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

2015-08-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 Wayne Davison changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #12 from Wayne Davison

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

2015-08-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 --- Comment #11 from Philip Rhoades --- How is this resolved? The change in behaviour is a major PITA . . Phil. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omit

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

2015-08-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 --- Comment #10 from adsh --- 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 r

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

2015-08-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 --- Comment #9 from Kevin Korb --- While it is true that 'rmdir --ignore-fail-on-non-empty "$BACKUP_DIR"' is GNU (not Linux) specific it is also true that 'rmdir "$BACKUP_DIR" > /dev/null 2>&1' is POSIX specific. If you want even more compatibilit

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

2015-08-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 --- Comment #8 from adsh --- You simply may add program code to remove empty backup-dir after sync is done for compatibility with older versions. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-al

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

2015-08-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 --- Comment #7 from adsh --- adsh@gw:~>mkdir test adsh@gw:~>rmdir --ignore-fail-on-non-empty test/ rmdir: illegal option -- - usage: rmdir [-pv] directory ... adsh@gw:~>uname -sr FreeBSD 9.3-RELEASE-p21 adsh@Launcher:~>mkdir test adsh@Launcher:~>r

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

2015-08-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 Wayne Davison changed: What|Removed |Added Resolution|DUPLICATE |WONTFIX --- Comment #6 from Wayne Davison

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

2015-08-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2015-08-01 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 --- Comment #4 from roland --- if rsync befor 3.1.0 created backup dir only when needed, i think the behaviour should be changed to the old one - it sounds reasonable what you tell. -- You are receiving this mail because: You are the QA Contact f

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

2015-07-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 --- Comment #3 from a...@univ.kiev.ua --- With construction like: --backup-dir=/var/backups/www/old/`date +%F` I see backup dirs with changed files only. Rsync 3.1.x break this backup feature. -- You are receiving this mail because: You are the

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

2015-07-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 --- Comment #2 from a...@univ.kiev.ua --- It's request from not me only: http://unix.stackexchange.com/questions/150378/rsync-3-1-0-is-creating-empty-backup-directories?rq=1 I search for solution to fix it like other peoples... -- You are receiv

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

2015-07-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11423 --- Comment #1 from Kevin Korb --- Just a fellow user here but... Isn't it worth it to you to spend 4KB of disk space and 1 inode to record that a backup happened and that no files were replaced or deleted during that backup? -- You are receivin