commit f93cb13a4908b6cc93838b4639710206693990fa parent a7a1b52183faa251f21550278793afea374e7dcd Author: Andreas Gruhler <agruhl@gmx.ch> Date: Tue, 17 Dec 2024 18:03:44 +0100 feat(borg): use fixed chunker Diffstat:
M | scripts/borg-backup.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/borg-backup.sh b/scripts/borg-backup.sh @@ -64,7 +64,7 @@ Description=Create a backup with borg [Service] Type=oneshot EnvironmentFile=/root/.config/borg/config -ExecStart=/usr/local/bin/borg create -v --stats --compression lz4 {hostname}-{now:%%Y%%m%%dT%%H%%M} --patterns-from "$PATTERNSFILE" --exclude-caches +ExecStart=/usr/local/bin/borg create -v --stats --compression lz4 {hostname}-{now:%%Y%%m%%dT%%H%%M} --patterns-from "$PATTERNSFILE" --exclude-caches --chunker-params fixed,4096 ExecStart=/usr/local/bin/borg prune -v --list --match-archives '{hostname}-*' --keep-daily=7 --keep-weekly=4 --keep-monthly=12 [Install]