restic/internal/ui/config/testdata/all.conf

13 lines
197 B
Text
Raw Normal View History

2018-05-13 15:11:21 +02:00
repo = "sftp:user@server:/srv/repo"
password = "secret"
password_file = "/root/secret.txt"
backup {
target = [
"/home/user/",
"/home/otheruser",
]
exclude = ["*.c"]
}