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 ?
Regards Neelesh
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
On Thursday 20 April 2006 15:39, Anurag wrote:
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.
And where is this the tiny shell script....
On Thu, 2006-04-20 at 21:09 +0530, Anurag wrote:
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.
Or you could try using Bacula!
Regards,
ah