mirror of
https://github.com/restic/restic.git
synced 2025-08-23 08:57:29 +00:00
wip
This commit is contained in:
@@ -15,7 +15,8 @@ import (
|
||||
|
||||
// Config contains configuration items read from a file.
|
||||
type Config struct {
|
||||
Repo string `hcl:"repo" flag:"repo" env:"RESTIC_REPOSITORY"`
|
||||
Repo string `hcl:"repo" flag:"repo" env:"RESTIC_REPOSITORY"`
|
||||
Password string `hcl:"password" env:"RESTIC_PASSWORD"`
|
||||
|
||||
Backends map[string]Backend `hcl:"backend"`
|
||||
Backup *Backup `hcl:"backup"`
|
||||
|
Reference in New Issue
Block a user