Displaying 3 results from an estimated 3 matches for "jan_11_2025".
2025 Jan 12
1
question about --link-dest and the rsync protocol
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 at readynas.internal:/user/snapshots/rsync_test/Jan_11_2025
it works perfectly, correctly recognizing the link-dest parameter.
However, when I try to run the same command using the rsync protocol:
$ rsync -aPh --link-dest=/user/snapshots/rsync_test/last
/home/user/rsync_test
rsync://admin at readynas.internal/snapshots/user/Jan_11_2025
Password:
sending i...
2025 Jan 12
1
question about --link-dest and the rsync protocol
...;
> 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 at readynas.internal:/user/snapshots/rsync_test/Jan_11_2025
>
> it works perfectly, correctly recognizing the link-dest parameter.
> However, when I try to run the same command using the rsync protocol:
>
> $ rsync -aPh --link-dest=/user/snapshots/rsync_test/last
> /home/user/rsync_test
> rsync://admin at readynas.internal/snapshots/u...
2025 Jan 12
2
question about --link-dest and the rsync protocol
...o 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 at readynas.internal:/user/snapshots/rsync_test/Jan_11_2025
> >
> > it works perfectly, correctly recognizing the link-dest parameter.
> > However, when I try to run the same command using the rsync protocol:
> >
> > $ rsync -aPh --link-dest=/user/snapshots/rsync_test/last
> > /home/user/rsync_test
> > rsync://admin...