Backup ProxMox VE Node Configuration with Simple Script

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=n1aUs0wMSYw



Duration: 1:08
484 views
23


#Proxmox #Config #Backup

Full steps can be found at https://i12bretro.github.io/tutorials/0431.html

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 https://raw.githubusercontent.com/DerDanilo/proxmox-stuff/master/prox_config_backup.sh
         # 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:  https://github.com/DerDanilo/proxmox-stuff
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Backing Up Proxmox Config
Backups
Debian
Home Lab
Home Lab Ideas
How To
Hypervisor
Linux
Proxmox
Proxmox Backup Configuration
Proxmox Host
Proxmox Node
Proxmox Step By Step
Proxmox Tutorial
Proxmox VE
Self-Hosted
Tutorial
VM
Virtual Machine
Virtualization
i12bretro