User Tools

Site Tools


ubuntu:backups:backup_using_dd

This is an old revision of the document!


Ubuntu - Backups - Backup using dd

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.1663710995.txt.gz · Last modified: 2022/09/20 21:56 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki