add check to forget and prune

master
Bel LaPointe 2019-06-25 09:52:36 -06:00
parent 79c57d1ebe
commit ffd988c714
1 changed files with 1 additions and 0 deletions

View File

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