You are not logged in.
Pages: 1
Hello
I have only one 64G sdcard and
19G tar.gz backup file
I want to dd tar.gz backaup file like this:
gunzip -c /dev/sda2/backup.img.gz | dd of=/dev/sda1
Basicly it should be something like that:
sda1p1 BIOS boot
sda1p2 EFI system
sda1p3 Linux filesystem
sda2 tar.gz file
Is it passable?
Offline
Pages: 1