Proxmox

Backup ProxMox VE Node Configuration with Simple Script



#Proxmox #Config #Backup

Full steps can be found at

NOTE: By default, backup files will be located at /mnt/backups/proxmox. Override this default by setting running
export BACK_DIR=”/path/to/save/to/” prior to executing the script. The backup path must exist before executing the script or it will fail
 
   01. Log into ProxMox VE, either at the console or the web UI and launch the web shell
   02. Run the following commands
         # download the backup script from github
         wget
         # make the downloaded file executable
         chmod +x ./prox_config_backup.sh
         # optionally, create a backup directory
         # change the directory below before executing
         mkdir /mnt/pve/ISOs/config_bkup -p
         # optionally, set the backup location
         # change the directory below before executing
         export BACK_DIR=/mnt/pve/ISOs/config_bkup
         # run the file
         ./prox_config_backup.sh
   03. Press CTRL+C to abort or Enter to continue with the backup
 
Source:  
 

### Connect with me and others ###
★ Discord:
★ Reddit:
★ Twitter:

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button