Added support for ZFS mouts by adding --support-all-file-systems flag

This commit is contained in:
sebivh
2025-12-02 01:28:46 +01:00
parent 9f3686f466
commit 0b95485aaa
2 changed files with 3 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ proxmox-backup-client backup \
"$SNAPSHOT_NAME.pxar:$BACKUP_SOURCE" \
--repository "$PBS_SERVER:$PBS_DATASTORE" \
--backup-id "$PBS_BACKUP_ID" \
--all-file-systems true \
2>&1 | tee -a "$LOGFILE" >/proc/1/fd/1
log "--- Backup completed ---"

View File

@@ -1 +1,2 @@
docker buildx build --platform linux/amd64 -t pbs-client .
docker build -t git.fet.at/helmi/upback:0.2 --platform linux/amd64 .
docker push git.fet.at/helmi/upback:0.2