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