-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Wouldn't it be nice to allow specifying what to backup on a volume level, not on a container one? Some volumes are shared between containers, and keeping track of where to backup which volume consumes mental capacity :)
I'd like to be able to configure my backups like this:
services:
postgres:
image: postgres:11
labels:
stack-back.postgres: true
volumes:
- pgdata:/var/lib/postgresql/data
...
volumes:
pgdata:
shared-state:
labels:
stack-back.backup: true
my-files:
# instead of bind mount, to specify labels
labels:
stack-back.backup: true
driver_opts:
type: none
o: bind
device: /srv/data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request