add check to forget and prune

This commit is contained in:
Bel LaPointe
2019-06-25 09:52:36 -06:00
parent 79c57d1ebe
commit ffd988c714

View File

@@ -112,6 +112,7 @@ function restore() {
function clean_remote() {
RESTIC forget --keep-last 2 --group-by host,tags "$@"
RESTIC check
}
function RCLONE() {