|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
doing backup automatically
i just wanna backup my directory , make it zip/tar.gz then send it to an ftp server.
is it possible to do automatically backup, any scripts or to do that magically. i'm tired to to that : tar -cvzf backup.tar.gz /home/steven mail stev_yo@....com < backup.tar.gz |
|
#2
|
||||
|
||||
|
Yea... go google about shell scripting.... you could even use ftp to send the file to the remote ftp server...
|
|
#3
|
||||
|
||||
|
You pretty much HAVE a script you can use to automate your backups-
Save those commands to a text file called "backup.sh" (or whatever) make it executable and you've got a shell script. Add the shell script to your crontab to execute at whatever interval you like, and you've got an automated backup. Pretty easy. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > doing backup automatically |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|