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 :

  • 1 Gb of data
  • 500 Mb of compressed file
  • 650 Mb of protected compressed files (fit on one CD)

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

archive.txt · Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki