diff --git a/scripts/backup_pve.sh b/scripts/backup_pve.sh index 6204903..f2e3029 100644 --- a/scripts/backup_pve.sh +++ b/scripts/backup_pve.sh @@ -3,7 +3,7 @@ # # Author: Xavi Lleó # Copyright (c) 2025 Verdnatura S.L. All rights reserved. -# Version: 1.0.2 +# Version: 1.0.3 # ¿Juan Wants add GPL License? # # A configuration file is required in the user's home directory who runs this command. @@ -74,7 +74,7 @@ while [[ $# -gt 0 ]]; do MODE="encrypt" ;; --ip) - IP_ADDRESS="$2" + IP_PBS="$2" shift ;; --pool)