Results 1 to 2 of 2
I very new to linux I have two linux boxes one on 10.10.1.11 and the other on 10.10.100.12 I want to setup a backup routine so the \folder on .11 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-19-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 4
network shae
I very new to linux I have two linux boxes one on 10.10.1.11 and the other on 10.10.100.12 I want to setup a backup routine so the \folder on .11 gets backup to \home\folder on .12 server ...
This would be daily full with only two weeks of retentions
Please help
- 10-19-2007 #2Just Joined!
- Join Date
- Oct 2007
- Posts
- 37
If you can ssh into the second machine from the first using keys (not passwords), then simply create a cron to tar up and send the file to the second machine.
You can also use programs like RSYNC.
Lastly, you can manually tar up the file and put it in a shared location (NFS) onto the second machine.


Reply With Quote
