Backup ProxMox VE Node Configuration with Simple Script

preview_player
Показать описание
#Proxmox #Config #Backup

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
         # make the downloaded file executable
         # 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
   03. Press CTRL+C to abort or Enter to continue with the backup
 
 

### Connect with me and others ###
Рекомендации по теме
Комментарии
Автор

wow! this is really useful, thanks a lot!

crepitacion
Автор

Is the back up tar file saved on Proxmox local storage or can it be backed up to an external drive or maybe windows through Samba share?

TismoGaming
Автор

files are backups but where is it now located? In your video its on your local WINdows client in folder E/STorage->ISO->config_bkup. How can i do the same

orkuncanberk
Автор

thanks bro! And question for you - show restore data from this script? I tested restore data from my node and no working :(

MaciejJakiel
Автор

Thx a lot, But ..
If i get some issue with my proxmox server, how can i restore it ?
Thx

kornichekorniche
Автор

Thank you for this! ] was my solution.
Can you show a video of how to restore from this backup?

michaelnorris
welcome to shbcf.ru