removed confusing ssh/repo notation in sample nc_borg file

This commit is contained in:
Asif Bacchus 2019-01-30 09:13:15 -07:00
parent 4dc34aa23d
commit abb2a3983d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<path to borgbackup base directory> /var/borgbackup
<path to SSH private key for repo> /var/borgbackup/sshPrivate.key
<connection string to remote repo> user@server-number.rsync.net:repoName/
<password for SSH key/repo> pAsSwOrd
<password for repo> pAsSwOrd
<path to file listing extra files> /root/NCscripts/xtraLocations.borg
<path to file with exclusions> /root/NCscripts/excludeLocations.borg
<purge timeframe options> --keep-within=7d --keep-daily=30 --keep-weekly=12 --keep-monthly=-1