13 lines
483 B
Text
13 lines
483 B
Text
// vim: ft=jsonc
|
|
// put this file into the secrets subdir
|
|
{
|
|
"BORG_RSH": "ssh -i /home/lennartalff/.ssh/borg.ed25519",
|
|
"BORG_PASSPHRASE": "the passphrase",
|
|
"GOTIFY_TOKEN": "gotify token",
|
|
"BACKUP_DOCKER_DIR": "path to the docker compose file",
|
|
"BACKUP_DIRS": ["list of directories to backup"],
|
|
"REPO_SUBDIR": "paperless-ngx",
|
|
"BACKUP_USER": "u433234",
|
|
"EXCLUDE_DIRS": ["list of directories to exclude"],
|
|
"TIME_FORMAT": "utcnow:%Y-%m-%d_%H:%M:%S"
|
|
}
|