Hi!
I have a back up of a pc in form:
sda1.ext4-ptcl-img.gz.*
I want to generate an image to mount
I used the following syntax:
cat sda1.ext4-ptcl-img.gz.* | gzip -d -c | partclone.ext4 -r  -C
--restore_raw_file -s -  -o sda1.img

or
cat sda1.ext4-ptcl-img.gz.* | gzip -d -c | partclone.restore   -C
--restore_raw_file -s -  -o sda1.img

The result is always
open logfile /var/log/partclone.log error

What is wrong?
Thank you
_______________________________________________
Clonezilla-live mailing list
Clonezilla-live@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clonezilla-live

Reply via email to