ent: Thursday, August 10, 2006 5:14:10 PM
Subject: Re: Rsync --link-dest over ssh not working
On 8/1/06, Nathan <[EMAIL PROTECTED]> wrote:
> sudo rsync --dry-run -e 'ssh -l root' --delete -auE \
> --link-dest=../backup.0 \
> /Users/frizop/ \
> 10.0.1.127:/home/rsync/L
On 8/1/06, Nathan <[EMAIL PROTECTED]> wrote:
sudo rsync --dry-run -e 'ssh -l root' --delete -auE \
--link-dest=../backup.0 \
/Users/frizop/ \
10.0.1.127:/home/rsync/Laptop-Backup/backup.1/
What happens is rather then check backup.0, it picks up /root (on the remote
side) as the dest and wants t
Alright guys, you're my last hope.
Currently I am trying to create a rotating backup system. I have a remote
server which I've patched to work with the -E option. Anyhow, the remote server
has the backup and I'm trying to use --link-dest against it. Here is the
command I'm