LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   What backup script do you use? (https://www.linuxquestions.org/questions/linux-software-2/what-backup-script-do-you-use-312506/)

buldir 04-12-2005 02:54 PM

What backup script do you use?
 
Hello all. I'm looking for comments/suggestions for a simple backup script that mirrors two hard drives. What do you use? I have read up a bit on tar and rsync and think the simple line shown below is the way to go. The data I'm backing up totals around 60+ GB. Should I avoid tar? OK...discuss. Thanks.

rsync -aHv --delete-after --progress /source/dir /destination/dir/

Kdr Kane 04-12-2005 02:57 PM

www.dirvish.org


All times are GMT -5. The time now is 05:20 AM.