restic/internal/ui/config/testdata/all.conf
Alexander Neumann ffd7bc1021 wip
2018-06-10 12:27:52 +02:00

12 lines
197 B
Text

repo = "sftp:user@server:/srv/repo"
password = "secret"
password_file = "/root/secret.txt"
backup {
target = [
"/home/user/",
"/home/otheruser",
]
exclude = ["*.c"]
}