Menu

Suggested offer (additional menu) idea! ^^ Encrypted partition backup (mission)

Help
krdondon
2016-05-30
2016-06-05
  • krdondon

    krdondon - 2016-05-30

    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) ..

     
  • krdondon

    krdondon - 2016-05-30
    # 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
  • Steven Shiau

    Steven Shiau - 2016-06-05

    Thanks.
    Someday, maybe we will have this in Clonezilla.

    Steven

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.