github Minituff/nautical-backup v2.1.0

latest releases: v2.6.7, v2.6.6, v2.6.5...
5 months ago

This update adds the following feature:

Group Priority (Order)

When using the Groups feature, the Priority will allow you to control the order in which containers are started/stopped.

Containers within a group are backed up with the highest priority first, in descending order.

Default If Missing: 100

Format: <integer>

nautical-backup.group.<group_name>.priority=<integer>
  • The backup order for the group paperless is: paperless-ngx (105) --> redis (90)
  • The backup order for the group authentic is: authentic-worker (100/default) --> redis (85)
paperless-ngx:
  labels:
    - "nautical-backup.group=paperless"
    - "nautical-backup.group.paperless.priority=105"
redis:
  labels:
    - "nautical-backup.group=paperless,authentic"
    - "nautical-backup.group.paperless.priority=90"
    - "nautical-backup.group.authentic.priority=85"
authentic-worker:
  labels:
    - "nautical-backup.group=authentic"

Thanks to @Riewest for requesting.

What's Changed

Full Changelog: v2.0.0...v2.1.0

Don't miss a new nautical-backup release

NewReleases is sending notifications on new releases.