proxmox-stuff icon indicating copy to clipboard operation
proxmox-stuff copied to clipboard

This is a collection of stuff that I wrote for Proxmox.

Results 17 proxmox-stuff issues
Sort by recently updated
recently updated
newest added

Grub screen after: # Unpack the original backup tar -zxvf proxmox_backup_proxmoxhostname_2017-12-02.15.48.10.tar.gz # unpack the tared contents tar -xvf proxmoxpve.2017-12-02.15.48.10.tar tar -xvf proxmoxetc.2017-12-02.15.48.10.tar tar -xvf proxmoxroot.2017-12-02.15.48.10.tar # If the services are...

I am currently starting to fiddling around to create some proper proxmox backup solution for our servers. We are using ceph as storage, that is not yet supported at this...

Hi, I get the following error running the script: ``` tar: /var/lib/pve-cluster/.: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors ``` Any...

Added the warning from #5 to the restore section Also moved the Notification section into the Backup section (from the Restore section), as only the Backup can send Notifications

I can execute the script manually without any issue but when I added to cron to run everyday it is not generating any backup file and it is sending and...

Hi, thanks for this little helper! I used it to restore/build a new single node setup. One thing to keep in mind: the script would also restore ```/etc/fstab```, which in...

The script used to print this to stderr: `tar: /etc/./pve/: file is on a different filesystem; not dumped` Now it still does but at least it creates a new tar...

I run your script and I am not getting the point: the folder /etc/pve is completely empty in the file: proxmoxetc.2023-03-10.19.30.04.tar I followed your wiki and while all other folders...

If a proxmox node fails it would be nice to automatically reinstall all apt packages that were originally installed. The backup script could do this. An easy way is described...

Hi, I am running the backup script as Cron job and receive an automatically generated E-Mail everytime. Would it be possible to modify the script, that it prints the status...