mirror of
https://github.com/restic/restic.git
synced 2026-05-02 01:02:29 +00:00
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
password = "geheim"
|
|
|
|
backend "foo" {
|
|
type = "local"
|
|
path = "/srv/data/repo"
|
|
}
|
|
|
|
backend "bar" {
|
|
path = "/srv/data/repo"
|
|
}
|