We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8c17d commit a0e5de3Copy full SHA for a0e5de3
restic-backup.sh
@@ -1,14 +1,15 @@
1
#!/usr/bin/env bash
2
3
# =================================================================
4
-# Restic Backup Script v0.38.2 - 2025.10.08
+# Restic Backup Script v0.38.3 - 2025.10.18
5
6
7
+export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
8
set -euo pipefail
9
umask 077
10
11
# --- Script Constants ---
-SCRIPT_VERSION="0.38.2"
12
+SCRIPT_VERSION="0.38.3"
13
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
14
CONFIG_FILE="${SCRIPT_DIR}/restic-backup.conf"
15
LOCK_FILE="/tmp/restic-backup.lock"
0 commit comments