search for: jstrauss

Displaying 1 result from an estimated 1 matches for "jstrauss".

Did you mean: strauss
2005 May 15
3
rsync via tunnel - 3 boxes separated by internet
...C I want to backup BoxC to BoxA. I want the process to originate on BoxA, That is I want BoxA to be the backup server, the files are stored on BoxA, and the process of backing up is lauched on BoxA. I have successfully done it like: BoxA#: ssh -N -L 873:IP_BoxC:873 BoxB rsync -arv localhost::ftp/jstrauss ./jay Where I have rsyncd running on BoxC Questions: 1) Is there a way to do this without setting up an rsyncd on the target box? Thanks Jay