Skip to content

v2.24.0

Choose a tag to compare

@Minituff Minituff released this 07 Sep 17:43
· 5 commits to main since this release
3a7f8c1

Skip Containers by Group (SKIP_GROUPS)

You can now skip backups for an entire group of containers, instead of listing them one by one.

Any container labeled with nautical-backup.group=<name> is skipped if its group is listed in the new SKIP_GROUPS environment variable. A container is skipped if it belongs to any listed group, even if it also belongs to other groups that aren't listed.

SKIP_GROUPS=group1,group2

Group membership is re-checked on every backup run, so adding a new container to an already-skipped group is enough — there's no need to update the list. This can be combined with the existing SKIP_CONTAINERS variable; a container is skipped if it matches either one.

(Closes #741)

What's Changed

  • chore(deps): update minituff/nautical-backup docker tag to v2.23.16 by @renovate[bot] in #738
  • feat: add SKIP_GROUPS environment variable to skip containers by group membership by @Minituff in #741

Full Changelog: v2.23.16...v2.24.0