Q & A

Backup cu impartire in fisiere de 2GB

# dd if=/dev/hda1 | gzip -c | split -b 2000m - /mnt/hdc1/backup.img.gz.

Restore

# cat /mnt/hdc1/backup.img.gz.* | gzip -dc | dd of=/dev/hda1