Skip to content

`--dry-run` can now stop before recovery bundle creation or removal

Change --dry-run from a flag to a choice option. Users must now specify either --dry-run=stop-before-recovery-bundle to get the previous behavior or --dry-run=stop-before-removal. The latter will create the recovery bundle and stop before proceeding to remove objects from the archive.

Merge request reports