Reply to comment

Mondo - Achive Examples

Mondo archive examples - just got intro'd to this program at work about a year ago, works very well - creates ISO images of a running system that can be restored very simply later on by installing like an OS - from CD...

This basically what is in man mondoarchive - /home and other places are backed up in another fashion, so don't need to have these to restore my base desktop..

mondoarchive -Oi -7 -d /backups/mondo/ -E "/backups /home /media /opt /srv /vz" -N -p `hostname`-`date +%Y-%m-%d` -s 680m
  • -O - backup (that's an uppercase "O")
  • -i - backup to ISO files
  • -d - backup destination
  • -7 - compression level (0-9)
  • -E - exclude list
  • -N - Don't include network mounted filesystems
  • -p - filename prefix - 'stead of mondorescue-1.iso, etc.
  • -s - specify max ISO file sizes m or g

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.