View Single Post

   
  #1 (permalink)  
Old 02-20-2008, 09:00 AM
Mr.Jason
 
Posts: n/a
Default recommendation for a backup script

Hi!
I'm looking for recommendations for making a backup shell script.
I already have a script that makes backup of user files, tars them and sends
them to my own home folder (so I can download them) I would like to improve
this script, however.

tar -cvvf /home/stuff.tar /home

What kind of script I sould write to another linux maching so that it would
peridiocally download certain file via FTP from my server?

Sorry, these are so basic stuff.

-----
Check out the New Album
http://cutout.ath.cx
Listen my music at
http://www.rocketradio.com/mrjason
Get my previous CD East End
http://www.cdbaby.com/mrjason


Reply With Quote