User Tools

Site Tools


ubuntu:backups:backup_using_dd

Ubuntu - Backups - Backup using dd

WARNING: The dd command does block to block cloning, even with space that is not currently used.

  • Therefore a bigger storage device might be needed when restoring.

Backup

Backup sda1 to sdb1.

dd if=/dev/sda1 of/dev/sdb1

Restore

dd if=/dev/sdb1 of=/dev/sda1

ubuntu/backups/backup_using_dd.txt · Last modified: 2022/09/20 22:57 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki