forked from TrueCloudLab/restic
16 lines
248 B
Text
16 lines
248 B
Text
|
{
|
||
|
"Repo": "sftp:user@server:/srv/repo",
|
||
|
"Password": "secret",
|
||
|
"PasswordFile": "/root/secret.txt",
|
||
|
"Backends": null,
|
||
|
"Backup": {
|
||
|
"Target": [
|
||
|
"/home/user/",
|
||
|
"/home/otheruser"
|
||
|
],
|
||
|
"Excludes": [
|
||
|
"*.c"
|
||
|
]
|
||
|
}
|
||
|
}
|