This commit is contained in:
Alexander Neumann
2018-06-10 12:27:52 +02:00
parent 6bad560324
commit ffd7bc1021
6 changed files with 173 additions and 25 deletions
+15
View File
@@ -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"
]
}
}