mirror of
https://github.com/restic/restic.git
synced 2026-07-16 12:14:54 +00:00
wip
This commit is contained in:
Vendored
+12
@@ -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"]
|
||||
}
|
||||
Reference in New Issue
Block a user