From 837d833cf1a9be0fd1ac7f5c97b304a948201b9a Mon Sep 17 00:00:00 2001 From: Raine Date: Wed, 18 Oct 2023 02:00:33 +0200 Subject: [PATCH] fix: cron, prune should be done after forget, not parralel --- common/restic/restic.crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/restic/restic.crontab b/common/restic/restic.crontab index ec26349..cdd3e11 100644 --- a/common/restic/restic.crontab +++ b/common/restic/restic.crontab @@ -7,4 +7,4 @@ 0 2 * * * root /neb/common/restic/forget.sh # every 1st of the month at 2 in the morning, prune -0 2 1 * * root /neb/common/restic/prune.sh \ No newline at end of file +50 2 1 * * root /neb/common/restic/prune.sh \ No newline at end of file