Re: question about --link-dest and the rsync protocol

2025-01-12 Thread Anthony LaTorre via rsync
Thanks for the advice. Unfortunately I tried: --link-dest=/snapshots/rsync_test/last and it still does not find it. On Sun, Jan 12, 2025 at 8:37 AM Paul Slootman via rsync wrote: > > On Sat 11 Jan 2025, Anthony LaTorre via rsync wrote: > > > Thanks for your quick response. The r

Re: question about --link-dest and the rsync protocol

2025-01-11 Thread Anthony LaTorre via rsync
ake unix paths. You must adapt your --link-dest to > contend with however the rsycd module is defined in rsyncd.conf. > > On 1/11/25 9:52 PM, Anthony LaTorre via rsync wrote: > > Hi all, > > > > I'm trying to figure out why a script works when using SSH but not >

question about --link-dest and the rsync protocol

2025-01-11 Thread Anthony LaTorre via rsync
Hi all, I'm trying to figure out why a script works when using SSH but not when using the rsync protocol. When I run the following command: rsync -aPh --link-dest=/user/snapshots/rsync_test/last /home/user/rsync_test root@readynas.internal:/user/snapshots/rsync_test/Jan_11_2025 it works perfectl