Thomas Chef <thomas.c...@gmail.com> wrote:

> Now that my gentoo system is up and running the applications that I want to
> use, how do I make a reliable backup ?
>
> Can I follow the guide on:
> http://en.gentoo-wiki.com/wiki/Backup_to_DVD
>
> Is that a proven/working method ?

Be very careful as GNU tar is buggy and does not always like to read 
continuation volumes from multi volume archives. This is extremely nasty as
you will realize the problem once it is too late.

GNU tar also does not support to archive all meta data from Linux.

I recommend to use star. Star implementes reliable multi volume support and 
archives all meta data that is available on Linux. Only a reliable multi volume 
support inside the archiver allows you to read back archives starting past 
volume#1.

Note that star also implements a nice true incremental backup feature that
does not need additional data while creating backups. There is a database
for old and new inode numbers in incremental restore mode.

Check the star man page for examples on backups and incremental backups.

Use tsize=4200k -multivol to tell star to write archives with multi volume 
information that split files across volumes.

Use mkisofs to create a ISO filesystem (hve a look at the  -stream-media-size
option.

Use cdrecord to write the ISO file to DVD.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       j...@cs.tu-berlin.de                (uni)  
       joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Reply via email to