Re: question about --link-dest and the rsync protocol
Hardy via rsync <[email protected]> Sun, 12 Jan 2025 09:16:21 +0100
| Newsgroups | gmane.network.rsync.general |
|---|---|
| Message-ID | <[email protected]> |
On 12.01.25 03:52, Anthony LaTorre via rsync wrote: > $ rsync -aPh --link-dest=/user/snapshots/rsync_test/last > /home/user/rsync_test > rsync://[email protected]/snapshots/user/Jan_11_2025 > Password: > sending incremental file list > --link-dest arg does not exist: /user/snapshots/rsync_test/last Naturally, the link-dest path must lie on the *destination side*. I am not sure about the correct syntax on how to do this via rsync protocol, but I am quite sure it must be possible. The idea is to lower traffic by actually sending increments, but still always have a full copy in every path. I usually do this, by being master of the destination file system: I PULL date from source to dest, so dest is always from the command side. Hardy -- 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