Add b2 connection limit to forget now that it prunes.
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user