tmp
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user