forked from TrueCloudLab/restic
12 lines
197 B
Text
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"]
|
|
}
|