Re: tricky rsync setup quit working

2008-09-13 Thread Matt McCutchen
On Sat, 2008-09-13 at 15:14 +0200, Peter Daum wrote: > client: > $rsync $rsync_opts --rsh="'ssh -i $ssh_key'" $filesystems > $bak_host::backup_module/path > and eventually invoked rsync with the command line: > rsync --daemon --no-detach --config $cfg_file > After looking through the documentati

tricky rsync setup quit working

2008-09-13 Thread Peter Daum
Hi, some time ago I had started working on a rsync-based backup system. After I longer break; I now tried to continue this project but can't get it to work anymore. Maybe somebody here has any idea. The basic setup looks like this: client: $rsync $rsync_opts --rsh="'ssh -i $ssh_key'" $filesystem