mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2026-04-02 20:05:23 +00:00
Add basic dynamic configuration with volume labels
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package flags
|
||||
|
||||
var (
|
||||
CI bool = false
|
||||
VERBOSE bool = false
|
||||
CRON_LEAN bool = false
|
||||
RESTIC_BIN string
|
||||
DOCKER_IMAGE string
|
||||
CI bool = false
|
||||
VERBOSE bool = false
|
||||
CRON_LEAN bool = false
|
||||
RESTIC_BIN string
|
||||
DOCKER_IMAGE string
|
||||
DOCKER_HOST string = ""
|
||||
DOCKER_DISCOVERY bool = false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user