This commit is contained in:
2024-07-08 17:22:58 -04:00
parent 888ab85a3e
commit e223c01586
3 changed files with 9 additions and 7 deletions

View File

@@ -5,8 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive
COPY proxmox-backup-client_3.2.7-1_arm64.deb /
COPY run.sh /
RUN chmod -R a+rw /tmp
RUN apt-get update
RUN apt-get install -y jq
RUN apt-get install -y /proxmox-backup-client_3.2.7-1_arm64.deb

View File

@@ -1,6 +1,6 @@
{
"name": "PBS-Client",
"version": "20240708.25",
"version": "20240708.27",
"slug": "pbs-client",
"description": "Proxmox Backup Client",
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",

View File

@@ -1,4 +1,12 @@
#!/usr/bin/env bash
ls -lha /
ls -lha /tmp
exit 0
set -e
CONFIG_PATH=/data/options.json
@@ -52,10 +60,6 @@ fi
echo "ARGUMENTS set to ${ARGUMENTS}"
cat /data/options.json > /tmp/testing
ls -lhaR /tmp
# run the backup
echo "Running the PBS backup..."
/usr/bin/proxmox-backup-client backup ${INCLUDE_DEV} ${ARGUMENTS}