Yes you need to add check
and prune
for the B2 storage also (if you want to check and prune the storage), but I’d recommend separating the jobs from the backup schedule - and do the check
and prune
for both storages in a separate schedule that’s run less frequently than your backups. You can, for example, run hourly backups and then daily maintenance.
Make sure to use the same retention period (-keep
's) for both storages and run them on the same day to avoid any issues with re-copied snapshots (deleting snapshots and re-copying them due to a mismatch in the intervals).