mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-23 00:36:25 +00:00
12 lines
227 B
Go
12 lines
227 B
Go
package flags
|
|
|
|
var (
|
|
CI bool = false
|
|
VERBOSE bool = false
|
|
CRON_LEAN bool = false
|
|
RESTIC_BIN string
|
|
DOCKER_IMAGE string
|
|
DOCKER_HOST string = ""
|
|
DOCKER_DISCOVERY bool = false
|
|
)
|