made explanations clearer regarding remote server and keys
This commit is contained in:
parent
0597127cbf
commit
82f80d0f83
@ -1,8 +1,8 @@
|
|||||||
<path to borgbackup base directory> /var/borgbackup
|
<path to borgbackup base directory> /var/borgbackup
|
||||||
<path to SSH private key for repo> /var/borgbackup/sshPrivate.key
|
<path to SSH private key for remote server> /var/borgbackup/sshPrivate.key
|
||||||
<connection string to remote repo> user@server-number.rsync.net:repoName/
|
<connection string to remote repo> user@servername.tld:repoName/
|
||||||
<password for SSH key/repo> pAsSwOrd
|
<password for repo> pAsSwOrd
|
||||||
<path to file listing extra files> /root/scripts/xtraLocations.borg
|
<path to file listing extra files> /root/scripts/xtraLocations.borg
|
||||||
<path to file with exclusions> /root/scripts/excludeLocations.borg
|
<path to file with exclusions> /root/scripts/excludeLocations.borg
|
||||||
<purge timeframe options> --keep-within=7d --keep-daily=30 --keep-weekly=12 --keep-monthly=-1
|
<purge timeframe options> --keep-within=7d --keep-daily=30 --keep-weekly=12 --keep-monthly=-1
|
||||||
<location of borg remote instance> borg1
|
<location of borg remote instance> borg1
|
Loading…
Reference in New Issue
Block a user