Re: [Clonezilla-live] LUKS/LVM2 image backup without partclone.dd
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
From: <l0...@tu...> - 2022-05-10 07:09:42
|
Steven, 9 mai 2022, 22:36 de clo...@li...: > I will try to reproduce your usecase. > I did a test yesterday night and could reproduce your usecase ("savedisk" on full nvme0n1): * Clonezilla detects all the partitions nvme0n1p1/2/3/4/5, * then detects my LUKS on nvme0n1p5 and opens it correctly with my password, * clones all my partitions with the appropriate partclone commands (ext4, ntfs, dd) into images, * deploys my LVM and clones my LV (myLvmSwap/Var/Root/Home) with the appropriate partclone commands into images as well, * and finally checks all my clone images. However, this is not what I want. I don't want to clone my whole disk but just 1 LV (myLvmVar for this example). Is it possible? Next test, I will try to clone nvme0n1p5 only (saveparts) and see if clonezilla detects LUKS, the LV and so on... NB: is there a way to ask clonezilla to save a full log or am I supposed to pipe its output to `tee`? Thanks in advance.l0f4r0 |