Mailinglist Archive: opensuse (3280 mails)
| < Previous | Next > |
Re: [opensuse] rsync questions - backups - again !
- From: Don Raboud <dwraboud@xxxxxxxxxxxxxxx>
- Date: Sun, 9 Dec 2007 07:09:25 -0700
- Message-id: <200712090709.25183.dwraboud@xxxxxxxxxxxxxxx>
On Saturday 08 December 2007 21:51, Jeffrey L. Taylor wrote:
This is true if to copy partition, but dd can copy entire disks as well. No
pre-partitioning required in that case.
I recently backed up an entire disk with three partitions (including one
encrypted) to a new disk (same model) without partitioning. Something along
the lines of
dd if=/dev/<drive_to_copy> of=/dev/<backup_drive> bs=8M
Works fine.
--
Don
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
The disk needs to be partitioned before doing a restore with dd. It copies
partitions, not disks. It makes partition images, not disk images.
This is true if to copy partition, but dd can copy entire disks as well. No
pre-partitioning required in that case.
I recently backed up an entire disk with three partitions (including one
encrypted) to a new disk (same model) without partitioning. Something along
the lines of
dd if=/dev/<drive_to_copy> of=/dev/<backup_drive> bs=8M
Works fine.
--
Don
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |