Table of Contents

@related : Disk Compression FS FileSystem CDRom zip

http://www.marzocca.net/linux/baobab/baobab-usage.html#baobab-fullscan

[[Backup]]

I am looking for a Software that add efficient redundancy to perform reliable backup files (those are also compressed) the idea :

If there is not tool like that i will provide a script shell

apropos redundancy
ras /  redundant archive system : Adds redundancy files to archives for data recovery.
mkisofs -R -J ./ | cdrecord -
mkisofs -J  -D -joliet-long  -force -o /tmp/backup.iso $HOME

http://www.muempf.de/cdbackup.html

tar cvz - $HOME | cdbackup -d /dev/scd0 -r 2,0 -a "$HOME backup"
cdrestore -d /dev/scd0 -t 1 | tar -xv
rsync -az -e ssh --delete --exclude='*/*tmp*/*' $HOME server:$DESTDIR

MISC

MORE

www.geekculture.com_joyoftech_joyimages_669.jpg