diff --git a/PBS-Client/Dockerfile b/PBS-Client/Dockerfile index 669e671..1418354 100644 --- a/PBS-Client/Dockerfile +++ b/PBS-Client/Dockerfile @@ -6,8 +6,7 @@ COPY proxmox-backup-client_3.2.7-1_arm64.deb / COPY run.sh / RUN apt-get update -RUN apt-get install -y jq -RUN apt-get install -y /proxmox-backup-client_3.2.7-1_arm64.deb +RUN apt-get install -y jq /proxmox-backup-client_3.2.7-1_arm64.deb RUN chmod a+x /run.sh diff --git a/PBS-Client/config.json b/PBS-Client/config.json index 2830745..65b959b 100644 --- a/PBS-Client/config.json +++ b/PBS-Client/config.json @@ -1,6 +1,6 @@ { "name": "PBS-Client", - "version": "20240708.15", + "version": "20240708.16", "slug": "pbs-client", "description": "Proxmox Backup Client", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client", diff --git a/PBS-Client/run.sh b/PBS-Client/run.sh index 6672868..9359b47 100644 --- a/PBS-Client/run.sh +++ b/PBS-Client/run.sh @@ -33,6 +33,8 @@ export PBS_PASSWORD="${PASSWORD}" export PBS_REPOSITORY="${USERNAME}@${AUTH}@${PBS_HOST}:${PBS_PORT}:${DATASTORE}" export PBS_FINGERPRINT="${PBS_FINGERPRINT}" +cat /data/options.json + INCLUDE_DEV="" for I in ${INCLUDE}; do