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

           Summary: need option to hard link from source tree to dest tree
           Product: rsync
           Version: 3.0.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P3
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


This is something I do a lot, and I've been using an older tool to do this.
Rsync should do it, too.

mkdir a b
touch a/file1 a/file2
rsync -a --new-option a b

would create
 b/a/file1
 b/a/file2
as shared links to their counterparts in a/


-- 
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.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to