Add b2 connection limit to forget now that it prunes.

This commit is contained in:
Todd E Johnson
2019-07-31 22:59:03 -05:00
parent be5c07bd0f
commit 429ee40220
+2 -1
View File
@@ -71,7 +71,8 @@ wait $!
restic forget \ restic forget \
--verbose \ --verbose \
--tag $BACKUP_TAG \ --tag $BACKUP_TAG \
--prune --option b2.connections=$B2_CONNECTIONS \
--prune \
--group-by "paths,tags" \ --group-by "paths,tags" \
--keep-daily $RETENTION_DAYS \ --keep-daily $RETENTION_DAYS \
--keep-weekly $RETENTION_WEEKS \ --keep-weekly $RETENTION_WEEKS \