Search results

  1. X

    Best practice for Proxmox self-backup

    No, the script currently doesn't have a restore function. But the backup ist really just an archive of the backuped folders, so you can extract it and put the files of your chosing back. E.g. the vm<ID>.conf files to recreate all your guests. Of course, the VM/container data (vol or subvols)...
  2. X

    Best practice for Proxmox self-backup

    First off, thank you DerDanilo for your work. I took your script and put it to good use on my Proxmox 5.2 setup. Some minor changes were needed to use your script in a cronjob, I created a pull request on GitHub if you like to incorporate them. Cleanup is done really quick and dirty for now...