Recent content by Yeedooz

  1. Y

    [SOLVED] Create a backup of the Promox server with clonezilla

    Hey, no problem. I agree with you but it was at work and we have 3 nodes with CEPH installed and configured on each, so it wasn't easier as you said :P Have a nice day !
  2. Y

    [SOLVED] Create a backup of the Promox server with clonezilla

    It worked but NEVER do that with 2 different disk.
  3. Y

    [SOLVED] Create a backup of the Promox server with clonezilla

    It's seems that it is working with any livecd linux, I install dcfldd, then I mount a samba share and I launch as root : dcfldd if=/dev/sda bs=4k conv=notrunc,noerror | gzip -c > smbshare/imgproxmox.gzip then, I restore with : gzip -cd smbshare/imgproxmox.gzip | dcfldd of=/dev/sda bs=4k...
  4. Y

    [SOLVED] Create a backup of the Promox server with clonezilla

    I tried with G4L, but ext4 isn't supported on. I'm trying with DD.
  5. Y

    [SOLVED] Create a backup of the Promox server with clonezilla

    Hi, It's the first time I want to create a proxmox backup. But I always used it for other servers (debian, freeBSD, windows...), and never seen a similar error. I tried to see if there is a backup software recommended in the proxmox documentation, but I have not found anything.
  6. Y

    [SOLVED] Create a backup of the Promox server with clonezilla

    Hello ! I would like to create a backup of my proxmox server with clonezilla, but when the backup is finished, at the end of the image check, clonezilla says to me : Checking the device LV pve-data in the image "proxmox-1-2017-04-03-11-img"... This image file for partition pve-data was not...