search for: privatec

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

Did you mean: private
2003 May 14
2
rsync + ssh or what?
...SSH is the only thing accepted. So currenty I'm backing up files on boxC with "rsync -e ssh user@publicIPforB:/home/backup/back_me_up /home/backup". Now I have added boxB in front of boxC. boxA(publicIPforA) <------>Internet<------>(publicIPforB)boxB(privateB)<--->(privateC)boxC Now obviously as u guys have been discussing I think, I need to back up the files from boxC still to A. I RTFM and am still confused. I want to be able to SSH to port 22 on B from A of course. Currently if I need to get to C I SSH to B then SSH to C.