https://errietta.me/blog/luks-clonezilla/
The Ubuntu encrypted partition.(Ubuntu itself Built-in function) = (user selectable during installation)
If all this can easily backup
I hope.
Additional features added to the menu settings.
Or raw partitions detected automatically encrypted.
raw partition detected.
Detect encrypted partition
Automatically encrypted partition classification.
Enter the verification code User Menu
Enable input.
Automatic backup in progress.
Adding functionality ^^ I hope not.
Thanks to a South Korea (Woo Dong) ..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
# theorem
# I think that this process is not needed.
Hope to easily select from the menu .. ^^
# clonezilla Go into the terminal.
sudo -i
#
parted -l
# (ext4 find )
mount /dev/sdX /mnt
# (D:\ HDD /dev/sdb or sdc?)
cryptsetup luksOpen /dev/sdX crypt
# me /dev/sda3
modprobe dm-mod
vgchange -ay
lvscan
# (me print= /dev/ubuntu-gnome-vg/root)
# (fsck error prevention :D ) e2fsck.exe4 -p /dev/sdX or fsck.exe4 -p /dev/sdX
fsck.ext4 -a /dev/ubuntu-gnome-vg/root
#backup
partclone.ext4 -c -s /dev/ubuntu-gnome-vg/root -o /mnt/test.img
#restore
partclone.ext4 -r -s /mnt/test.img -o /dev/ubuntu-gnome-vg/root
Last edit: krdondon 2016-05-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
https://errietta.me/blog/luks-clonezilla/
The Ubuntu encrypted partition.(Ubuntu itself Built-in function) = (user selectable during installation)
If all this can easily backup
I hope.
Additional features added to the menu settings.
Or raw partitions detected automatically encrypted.
raw partition detected.
Detect encrypted partition
Automatically encrypted partition classification.
Enter the verification code User Menu
Enable input.
Automatic backup in progress.
Adding functionality ^^ I hope not.
Thanks to a South Korea (Woo Dong) ..
Last edit: krdondon 2016-05-30
Thanks.
Someday, maybe we will have this in Clonezilla.
Steven