parent
1334975cab
commit
aa2c17799c
@ -20,8 +20,10 @@
|
|||||||
# default is "$HOME" or "~$USER" in that order. If you're unsure, try "$HOME"
|
# default is "$HOME" or "~$USER" in that order. If you're unsure, try "$HOME"
|
||||||
borgBaseDir="/var/borgbackup"
|
borgBaseDir="/var/borgbackup"
|
||||||
|
|
||||||
# SSH port on which your borg server listens. By default, this is port 22.
|
# SSH port on which your borg server listens. To connect on a custom port,
|
||||||
borgSSHPort = 22
|
# uncomment the line below and change the port number as required.
|
||||||
|
# If you leave this line commented, the default (port 22) will be used.
|
||||||
|
#borgSSHPort=22
|
||||||
|
|
||||||
# full path to the SSH key used to connect to your remote backup server
|
# full path to the SSH key used to connect to your remote backup server
|
||||||
borgSSHKey="/var/borgbackup/private.key"
|
borgSSHKey="/var/borgbackup/private.key"
|
||||||
|
Loading…
Reference in New Issue
Block a user