added backupAll

This commit is contained in:
oliver
2026-04-22 17:59:48 -03:00
parent 7e23c50a4f
commit 2cbb775d7e
6 changed files with 121 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export BORG_PASSPHRASE="Airbus12"
HOSTNAME=$(hostname)
DATE=$(date +%Y-%m-%d_%H-%M-%S)
ARCHIVE_NAME="${HOSTNAME}-${DATE}"
ARCHIVE_NAME="${DATE}-${HOSTNAME}"
# Resolve symlinks externally and feed real paths to borg via --paths-from-stdin.
# - First find: locates all current* symlinks under /BACKUP and resolves them with realpath.