Sometime on Thu, Apr 20, 2006 at 05:17:12AM -0000, neel s Gurjar said:
hi We have some PCs in LAN. I have one FC4 server. Now i want to take backup of this server on other linux system. And it should be a shedulde task for daily. The other system should take backup automatically. How can i do this ?
You could use a cron job that performs rsync over a ssh link. Using ssh keys you can enable passwordless logins which rsync can use. i had written a tiny shell script for the same.
Anurag