ubuntu:backups:backup_using_dd
Table of Contents
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 21:57 by peter