Displaying 1 result from an estimated 1 matches for "ntrlvhb".
2013 Oct 16
1
[Bug 10209] New: rsync in dry run reports it will create a backup dir even though it already exists
...n: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chdiza at gmail.com
QAContact: rsync-qa at samba.org
On OSX 10.8.5, rsync 3.1.0 introduces a new bug. Doing:
rsync -ntrlvhb --delete --backup-dir=foo source dest
when the dir "foo" already exists will cause rsync to display:
"sending incremental file list
Created backup_dir foo/"
I can understand displaying this message if foo really did need to be created,
but it's already there and waiting,...