[Bug 10724] rsync 3.1.1 creates extra dirs inside --backup-dir

samba-bugs at samba.org samba-bugs at samba.org
Thu Aug 13 01:31:37 UTC 2015


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

--- Comment #8 from adsh <adsh at univ.kiev.ua> ---
Bug is NOT fixed:

rsync --version (on host and client machines)
rsync  version 3.1.2pre1  protocol version 31
...

rsync -btrhv -e "ssh -i /root/.ssh/id_ecdsa_rsync_server" --delete-after \
--backup-dir=/var/backups/server.ua/pkg/old/`date +%F` \
root at server.ua:/home/user/soft/packages/ /var/backups/server.ua/pkg/data

receiving file list ... done
Created backup_dir /var/backups/server.ua/pkg/old/2015-08-13/

sent 19 bytes  received 7.06K bytes  4.72K bytes/sec
total size is 188.73M  speedup is 26,664.10

ls -l /var/backups/server.ua/pkg/old/2015-08-13/
total 0

---

rsync --version (on host and client machines)
rsync  version 3.0.9  protocol version 30
...

rmdir /var/backups/server.ua/pkg/old/2015-08-13/

rsync -btrhv -e "ssh -i /root/.ssh/id_ecdsa_rsync_server" --delete-after \
--backup-dir=/var/backups/server.ua/pkg/old/`date +%F` \
root at server.ua:/home/user/soft/packages/ /var/backups/server.ua/pkg/data

receiving file list ... done

sent 11 bytes  received 7.06K bytes  14.13K bytes/sec
total size is 188.73M  speedup is 26705.61

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



More information about the rsync mailing list