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