mirror of
https://github.com/restic/restic.git
synced 2025-03-30 00:00:14 +01:00
10 lines
133 B
Text
10 lines
133 B
Text
password = "geheim"
|
|
|
|
backend "foo" {
|
|
type = "local"
|
|
path = "/srv/data/repo"
|
|
}
|
|
|
|
backend "bar" {
|
|
path = "/srv/data/repo"
|
|
}
|