added backupAll
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user