I'm new to rsync, after research on rsync for almost a week. I would like to know whether is there any way to backup my server using rsync to another non-rsync backup server? i would like to just mirror text files into this backup server. thanks amy
On Wed 07 Jul 2004, amy wong wrote:> I'm new to rsync, after research on rsync for almost a week. I would > like to know whether is there any way to backup my server using rsync > to another non-rsync backup server? i would like to just mirror text > files into this backup server.You will need rsync on both ends of the transfer to use rsync... It does not need to be running as a daemon, if you can ssh to the server and rsync is available on it (somewhere), then you can use rsync. Paul Slootman