Re: Rsync --link-dest over ssh not working

2006-08-11 Thread Nathan
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

Re: Rsync --link-dest over ssh not working

2006-08-10 Thread Matt McCutchen
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

Rsync --link-dest over ssh not working

2006-08-01 Thread Nathan
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