29 current 2025-10-07 15:47:05 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 16:33:56 -05:00
parent a92df41b2e
commit b97339978f

View File

@@ -60,7 +60,7 @@ in
--stats \ --stats \
--show-rc \ --show-rc \
--compression lz4 \ --compression lz4 \
"$BORG_REPO::${toString config.networking.hostName}-${timestamp}" \ "$BORG_REPO::${toString config.networking.hostName}-$timestamp" \
${lib.concatStringsSep " " cfg.paths} ${lib.concatStringsSep " " cfg.paths}
# Prune old backups according to retention policy # Prune old backups according to retention policy
@@ -70,7 +70,7 @@ in
--keep-weekly=52 \ --keep-weekly=52 \
--keep-monthly=-1 --keep-monthly=-1
echo "${timestamp} - backup completed successfully." echo "$timestamp - backup completed successfully."
''; '';
}; };
}; };