You are not logged in.

#1 2023-07-13 16:00:33

effe
Member
Registered: 2022-06-03
Posts: 2

dd tar.gz from sda2 to sda1

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

Board footer

Powered by FluxBB