diff --git a/usr/local/sbin/restic_backup.sh b/usr/local/sbin/restic_backup.sh index 8ffa0b1..885427e 100644 --- a/usr/local/sbin/restic_backup.sh +++ b/usr/local/sbin/restic_backup.sh @@ -71,7 +71,8 @@ wait $! restic forget \ --verbose \ --tag $BACKUP_TAG \ - --prune + --option b2.connections=$B2_CONNECTIONS \ + --prune \ --group-by "paths,tags" \ --keep-daily $RETENTION_DAYS \ --keep-weekly $RETENTION_WEEKS \