LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Backup entire system to DVD. (https://www.linuxquestions.org/questions/linux-software-2/backup-entire-system-to-dvd-788071/)

bluesword1969 02-09-2010 02:35 PM

Backup entire system to DVD.
 
Anyone know a good way to do this, aside of something like mondo?

Basically, I want to write to the DVD, much like tar would write to a tape.

Backup to tape example:

Code:

sudo nice tar -jcvpf /dev/st0 / --exclude=/some-random-backup-dir --exclude=/proc --exclude=/lost+found --exclude=/sys --exclude=/mnt --exclude=/media --exclude=/tmp
Thanks!

jefro 02-09-2010 03:44 PM

I guess you could tar,dd, cat or such to a udf disk.

catkin 02-09-2010 03:44 PM

dar

bluesword1969 02-09-2010 03:49 PM

Quote:

Originally Posted by catkin (Post 3858259)

Oooh.. neat. :-)

I'll try it!

I'll post results later.

Thanks for the URL.


All times are GMT -5. The time now is 11:45 PM.