From ffd988c714d00409cd837e0a92b4dbe5e5519240 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Tue, 25 Jun 2019 09:52:36 -0600 Subject: [PATCH] add check to forget and prune --- sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sync.sh b/sync.sh index 638678e..c9a412f 100644 --- a/sync.sh +++ b/sync.sh @@ -112,6 +112,7 @@ function restore() { function clean_remote() { RESTIC forget --keep-last 2 --group-by host,tags "$@" + RESTIC check } function RCLONE() {