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
+12
View File
@@ -0,0 +1,12 @@
repo = "sftp:user@server:/srv/repo"
password = "secret"
password_file = "/root/secret.txt"
backup {
target = [
"/home/user/",
"/home/otheruser",
]
exclude = ["*.c"]
}