mirror of
https://github.com/restic/restic.git
synced 2026-03-24 06:52:43 +00:00
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
repo = "sftp:user@server:/srv/repo"
|
|
password = "secret"
|
|
password_file = "/root/secret.txt"
|
|
|
|
backup {
|
|
target = [
|
|
"/home/user/",
|
|
"/home/otheruser",
|
|
]
|
|
|
|
exclude = ["*.c"]
|
|
}
|