mirror of
https://github.com/restic/restic.git
synced 2026-09-05 04:05:01 +00:00
wip
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Repo": "sftp:user@server:/srv/repo",
|
||||
"Password": "secret",
|
||||
"PasswordFile": "/root/secret.txt",
|
||||
"Backends": null,
|
||||
"Backup": {
|
||||
"Target": [
|
||||
"/home/user/",
|
||||
"/home/otheruser"
|
||||
],
|
||||
"Excludes": [
|
||||
"*.c"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user