I am using clonezilla-live-20260220-questing-amd64.iso in batch mode, when i Use -q1 i.e dd mode, it created following command, it sending buffer size twice, i.,e "-z 10485760" and "-z 16777216", can you fix this in next release
Running: partclone.dd -z 10485760 -N -z 16777216 -L /var/log/clonezilla//partclone.log -s /dev/nvme3n1p1 --output - | zstd -c -T0 -3 > "/home/partimag/e8ea6adfda21eae-2026-0306-0409af-img/nvme3n1p1.dd-ptcl-img.zst" 2> /tmp/img_out_err.Jp9BSt
Thanks, Srinivasa
The 2nd option "-z" should overwrite the 1st one. We will try to remove the 1st one in the future.
Log in to post a comment.
I am using clonezilla-live-20260220-questing-amd64.iso in batch mode, when i Use -q1 i.e dd mode, it created following command, it sending buffer size twice, i.,e "-z 10485760" and "-z 16777216", can you fix this in next release
Running: partclone.dd -z 10485760 -N -z 16777216 -L /var/log/clonezilla//partclone.log -s /dev/nvme3n1p1 --output - | zstd -c -T0 -3 > "/home/partimag/e8ea6adfda21eae-2026-0306-0409af-img/nvme3n1p1.dd-ptcl-img.zst" 2> /tmp/img_out_err.Jp9BSt
Thanks,
Srinivasa
The 2nd option "-z" should overwrite the 1st one. We will try to remove the 1st one in the future.