Search results

  1. F

    Proxmox on debian docker container

    Can proxmox be installed on a debian docker image? for fun, I saw it work all the way to the end when initramfs was doing something! I can find the info and paste here if anyone interested. I mean if it went all the way to the end and is trying to set up boot operation...it can easily be...
  2. F

    restore a container lzo backup to a new container on another proxmox

    weird..how did it end up on other thread! maybe didn't notice where I was replying to!
  3. F

    restore a container lzo backup to a new container on another proxmox

    What happened to all my other reply and findings to my own questions? why did you delete all my own research and answers to my own questions? That is not the proper way to manage KB that others could benefit from my research!!!! Your answer came after I found the solution about 8 hrs late...
  4. F

    proxmox w/jumpcloud ldap

    How has the experience of integration of proxmox with ldap specifically jumpcloud has been? please share pros and cons Thanks -fatdragon
  5. F

    Problem with backup restore help

    seems like I created 189 subvol from container I created first..then used that volume to restore to a new container id 190! I have to duplicate 189vol to a new190 volume and detach 189vol from 190 ct and attach 190vol to 190ct! lol!
  6. F

    Problem with backup restore help

    I was about to give up! I think it worked..have to test it tomorrow, this was not easy! root@mon-proxmox-3:/var/lib/vz/dump# pct restore 190 vzdump-lxc-118-2021_03_10-14_14_00.tar.lzo --storage=mon-proxmox-3-pool -rootfs mon-proxmox-3-pool:subvol-189-disk-0 extracting archive...
  7. F

    Problem with backup restore help

    oh oh..it is doing something! pct restore 190 vzdump-lxc-118-2021_03_10-14_14_00.tar.lzo --storage=mon-proxmox-3-pool -rootfs mon-proxmox-3-pool:subvol-189-disk-0 extracting archive '/rpool/vz/dump/vzdump-lxc-118-2021_03_10-14_14_00.tar.lzo'
  8. F

    Problem with backup restore help

    root@mon-proxmox-3:/var/lib/vz/dump# pct restore 190 vzdump-lxc-118-2021_03_10-14_14_00.tar.lzo --storage=mon-proxmox-3-pool unable to restore CT 190 - restoring rootfs to device mount is only possible by specifying -rootfs manually! root@mon-proxmox-3:/var/lib/vz/dump# pct restore 189...
  9. F

    Problem with backup restore help

    root@mon-proxmox-3:/var/lib/vz/dump# more /etc/pve/storage.cfg dir: local path /var/lib/vz content vztmpl,iso,backup zfspool: mon-proxmox-3-pool pool rpool/data content images,rootdir nodes mon-proxmox-3,mon-proxmox-2 sparse 0 zfspool: mon-proxmox-2-pool pool...
  10. F

    restore a container lzo backup to a new container on another proxmox

    I backed up my container from proxmox1 and it is in vzdump.*.lzo format and I moved it to proxmox3 In proxmox 3 I created a container similar to oringinal container memory/diskspace/cpu wise how do I restore this backup? I tried pct to no avail...and I also tried to do gui migrate and it...