mirror of
https://github.com/restic/restic.git
synced 2026-09-04 19:55:02 +00:00
16 lines
246 B
Plaintext
16 lines
246 B
Plaintext
{
|
|
"Repo": "sftp:user@server:/srv/repo",
|
|
"Password": "secret",
|
|
"PasswordFile": "/root/secret.txt",
|
|
"Backends": {},
|
|
"Backup": {
|
|
"Target": [
|
|
"/home/user/",
|
|
"/home/otheruser"
|
|
],
|
|
"Excludes": [
|
|
"*.c"
|
|
]
|
|
}
|
|
}
|