[Bug 2375] New: Support (a la Gnu tar) for '-C' (--directory DIR)

samba-bugs at samba.org samba-bugs at samba.org
Tue Feb 22 12:48:24 GMT 2005


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 at samba.org
        ReportedBy: maryniak at xs4all.nl
         QAContact: rsync-qa at 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.


More information about the rsync mailing list