samba-bugs@samba.org
2005-Feb-22 13:01 UTC
[Bug 2375] New: Support (a la Gnu tar) for '-C' (--directory DIR)
https://bugzilla.samba.org/show_bug.cgi?id=2375
Summary: Support (a la Gnu tar) for '-C' (--directory DIR)
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: maryniak@xs4all.nl
QAContact: rsync-qa@samba.org
Dear reader,
I have request: could you add an option:
-C, --directory DIR change to directory DIR
to rsync? Especially when (like we do) backing up with rsync -R (--relative)
it's nice to have the command in 1 line, like:
rsync -C / -aRz ... usr/local/blackboard
rsync://localhost:1873/backup/client/rsync/
instead of:
cd /
rsync -aRz ... usr/local/blackboard rsync://localhost:1873/backup/client/rsync/
Furthermore, it's nice to orthogonality and consistency in (Gnu) tars and
rsyncs
options (increases usability).
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.