From 91fa8c46fb87503cc083f12fea1ed2792992ad64 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 16 Jul 2018 14:57:17 +0200 Subject: arch-system: borgbackup: --keep-hourly 24 -> 72 Since borg-prune only keeps the last snapshot of each day with --keep-daily, it's possible that a file that was accidentally deleted is only kept for 24h (if the machine is running) before it's purged from backups. Increase to 72h to give the user a better chance of noticing this in time. --- arch-system/borgbackup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch-system/borgbackup') diff --git a/arch-system/borgbackup b/arch-system/borgbackup index afada7f..5d6c8b4 100755 --- a/arch-system/borgbackup +++ b/arch-system/borgbackup @@ -77,7 +77,7 @@ done echo "Pruning repository." borg prune --show-rc --list \ - --keep-hourly 24 \ + --keep-hourly 72 \ --keep-daily 7 \ --keep-weekly 4 \ --keep-monthly 6 -- cgit v1.2.3-70-g09d2