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

proxmox configuration backup

Open rscalesse99 opened this issue 1 year ago • 2 comments

hi, when i start prox_config backup, t gives me the error in the photo backup

rscalesse99 avatar Jul 24 '24 08:07 rscalesse99

is the script in /? if you used the instructions in the wiki, it should be in /root. do a cd /root and make sure the script is executable using chmod +x.

iuliandita avatar Aug 25 '24 13:08 iuliandita

From the script:

# Permanent backups directory 
# Default value can be overridden by setting environment variable before running prox_config_backup.sh
#   example: export BACK_DIR="/mnt/pve/media/backup"
#   or
#   example: BACK_DIR="." ./prox_config_backup.sh
DEFAULT_BACK_DIR="/mnt/pve/media/backup"

Have you set the value of that environment variable or the value of the script itself to indicate where you want the backups?

fgordilloz avatar Aug 29 '24 15:08 fgordilloz