DerDanilo / proxmox-stuff

This is a collection of stuff that I wrote for Proxmox.
MIT License
987 stars 195 forks source link

proxmox configuration backup #39

Open rscalesse99 opened 1 month ago

rscalesse99 commented 1 month ago

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

iuliandita commented 3 weeks ago

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.

fgordilloz commented 2 weeks ago

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?