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
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
On Fri, 2006-02-24 at 14:03 -0800, Wil Morris wrote:
> Workin' on getting rsync setup in a test envioronment and not sure what
> needs to be done on the servers side to be able to perform the backup from
> the HPUX box. I do have the rsync app in place on the HPUX system h
Workin' on getting rsync setup in a test envioronment and not sure what
needs to be done on the servers side to be able to perform the backup from
the HPUX box. I do have the rsync app in place on the HPUX system however
can't connect to the servers port 22 ... have searched al
On Tue, Feb 13, 2001 at 04:17:10PM -0500, Madhavi Gupta wrote:
> Hi,
> I have installed Redhat Linux 6.2 on a machine and want to use rsync for
> mirroring other server.
> When I try to run rsync on the local machine, it gives me error as
> 'permission denied. unexpected EOF in read_timeout'
> th
Hi,
I have installed Redhat Linux 6.2 on a machine and want to use rsync for
mirroring other server.
When I try to run rsync on the local machine, it gives me error as
'permission denied. unexpected EOF in read_timeout'
the command I give is rsync test/* madhavi@test_machine:test2
where test & te