SME Dump Disk Backup Disk with dd

From wiki.linuxonlinehelp.eu
Revision as of 16:06, 22 May 2012 by Author (talk | contribs) (Created page with "== SME Dump Disk Backup Disk with dd == If you plan to update or make a bigger dist upgrade to a new Version ( 7.5.1 > 8.0.7) you can use the powerful tool diskdump "dd" to ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SME Dump Disk Backup Disk with dd

If you plan to update or make a bigger dist upgrade to a new Version ( 7.5.1 > 8.0.7)

you can use the powerful tool diskdump "dd" to do this. Login as root on ssh and do:

dd if=/dev/sda | ssh root@backupserver "(cat > sme-backup.img)"

Note: The sme-backup.img is placed into /root, monitor the disk space at the Backup Server with:

watch df 

Attention: This is a not very secure option to backup, cause broken transfers can't be restarted at broken steps!