-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 829 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (20 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copy this file to .env and adjust values as needed.
#
# Time zone
TZ=Europe/Berlin
# Host SSH port exposed by docker-compose
SSH_HOST_PORT=2222
# SSH daemon log detail level (QUIET,FATAL,ERROR,INFO,VERBOSE,DEBUG,DEBUG1,DEBUG2,DEBUG3)
SSH_LOG_LEVEL=VERBOSE
# Host paths (used by docker-compose volume mappings)
# These path values are user/environment specific and fully customizable.
# The values below are only examples to illustrate the expected structure.
# Adjust them to match your own NAS/server directory layout.
SSH_CONFIG_DIR=/volume1/borg-backups/config/ssh
AUTHORIZED_KEYS_FILE=/volume1/borg-backups/config/authorized_keys
BORG_REPOS_DIR=/volume1/borg-backups/repos
# Set these to one dedicated Synology backup service user
# shared by all client hosts (non-admin user)
BORG_USER=borg
BORG_UID=1070
BORG_GID=100