Backup a live system

    • Offizieller Beitrag

    Sorry, I meant: cat /boot/grub/grub.cfg

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Here is the clonezilla-part:

    Code
    ### BEGIN /etc/grub.d/42_clonezilla ###
    menuentry "Clonezilla Live" {
      set isofile="/boot/clonezilla-live-2.2.3-25-i686-pae.iso"
      loopback loop $isofile
      linux (loop)/live/vmlinuz boot=live live-config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts="" ocs_live_batch="no" locales="" ocs_daemonon="ssh" vga=788 nosplash toram=filesystem.squashfs findiso=$isofile
      initrd (loop)/live/initrd.img
    }
    ### END /etc/grub.d/42_clonezilla ###


    and if needed you can view the complete file here: http://pastebin.com/UNxRdrEx

    • Offizieller Beitrag

    What is the output from: update-grub

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Code
    Generating grub.cfg ...
    Found linux image: /boot/vmlinuz-3.14-0.bpo.1-amd64
    Found initrd image: /boot/initrd.img-3.14-0.bpo.1-amd64
    Found linux image: /boot/vmlinuz-3.2.0-4-amd64
    Found initrd image: /boot/initrd.img-3.2.0-4-amd64
    done
    • Offizieller Beitrag

    What is the output of: md5sum /boot/clonezilla-live-2.2.3-25-i686-pae.iso
    Should be: 194891612df727aa74d44c0c9aee0318


    If the checksum matches, try rebooting now?

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Starting to run out of ideas...


    How about the output from:
    blkid
    cat /etc/fstab

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Starting to run out of ideas...


    I reached this points two days ago :D


    Code
    /dev/sda5: UUID="f5083aca-9338-4563-93f9-9499741f1630" TYPE="swap"
    /dev/sda3: UUID="jRC6nX-tgUq-Xx9F-4y1m-pK0Z-iX8Q-pDRESe" TYPE="LVM2_member"
    /dev/sda1: UUID="c8db7ac3-c958-4153-8cc9-aaeded2f07a3" TYPE="ext4"
    /dev/sda6: UUID="c3038f9f-1230-4f95-90f1-56f0d021f942" TYPE="ext4"
    /dev/sdb1: LABEL="Disk1" UUID="e433b5c0-0d6f-453d-8176-842a60e96283" TYPE="ext4"



    Edit:
    http://pastebin.com/FEGhgQSX (no line breaks)

    • Offizieller Beitrag

    The problem is your /boot folder is not on your root drive (partition). While I am very familiar with that configuration (separate boot partition) from my Gentoo days, /boot isn't mounted when grub is looking for the ISO file.

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Nope. Restore is still complicated.


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Hey Guys


    Love the idea of this plugin.
    I have created a backup of my system drive using this plugin (/media/9b6b07ad-2d63-4267-8129-25fbe8940664/omvbackup), now what I would like to is grab that backup and put in onto another computer (as a backup file) so then I can use clonezilla on the different system to restore the image to another drive without the possibility of screwing up my current omv system (id prefer to do this on another system while I'm still new at it) , how would I go about this?


    Also I'm still running OMV 0.5.53 Sardaukar, and backup plugin 0.5.2 does this mean I wont be able to boot into clonezilla directly from the webui? I don't seem to have those options


    Cheers

    • Offizieller Beitrag

    Is the other computer running Linux? If not, I don't think it would keep proper permissions if you put it on a Windows system.


    The easiest way to put it on another system would be to use the usbbackup plugin to sync the shared folder user for the backup to a usb stick


    The clonezilla option is on the OMV 1.0 version of the plugin. You could still boot the clonezilla cd on your system though.

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I don't think there will ever be a restore that works from the GUI. Restoring by booting clonezilla is still the best way in my opinion.


    And if I reboot from the WebGui in Clonezilla - I can manage backups remotely from shh? or only need locally is near the server and monitor / keyboard / mouse?
    I never used Clonezilla ...

    omv 1.0.29 kralizec | 64 bit | 3.2.0-4 kernel | omvextrasorg 1.0.13 (Sorry for my bad english...)

  • SSH works, username root and password probably openmediavault


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • It will only once boot CloneZilla, then again it defaults to OpenMediaVault.


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Hey Folks,


    got trouble while shrinking my ext4 root volume --> short version: I made a clean Install and now i want to get back to my old config ( made a backup bevore ) 8o
    The old install was an upgrade from 0.5 to 1.x, so the clean install is helpfull i think
    Any hints what files I should recover and what files should stay from the new install??


    Of course it would be very nice if my whole config work with all users, shared folders, plex, smb, and so on can get recovered --> the orig config.xml is usable.


    Is there a way to get the testing recovery funktion to try this out?


    THX Thomas

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!