From b97339978f0d2a5fba97cbe77e32ce1225cf363e Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 16:33:56 -0500 Subject: [PATCH] 29 current 2025-10-07 15:47:05 25.05.20251001.5b5be50 6.12.49 * --- modules/system/backups.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index 51ea96c..4427e12 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -60,7 +60,7 @@ in --stats \ --show-rc \ --compression lz4 \ - "$BORG_REPO::${toString config.networking.hostName}-${timestamp}" \ + "$BORG_REPO::${toString config.networking.hostName}-$timestamp" \ ${lib.concatStringsSep " " cfg.paths} # Prune old backups according to retention policy @@ -70,7 +70,7 @@ in --keep-weekly=52 \ --keep-monthly=-1 - echo "${timestamp} - backup completed successfully." + echo "$timestamp - backup completed successfully." ''; }; };