Created sample nc_borg and nc_sql details files

This commit is contained in:
Asif Bacchus 2018-10-14 23:28:21 -06:00
parent 4a3d818805
commit 214d1ce2b2
2 changed files with 12 additions and 0 deletions

8
nc_borg.details Normal file
View File

@ -0,0 +1,8 @@
<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
<path to file listing extra files> /root/NCscripts/xtraLocations.borg
<path to file with exclusions> /root/NCscripts/excludeLocations.borg
<purge timeframe options> --keep-within=1H --keep-last=5
<location of borg remote instance> borg1

4
nc_sql.details Normal file
View File

@ -0,0 +1,4 @@
<name of machine hosting mySQL> localhost
<name of authorized user> nextcloud
<password for above user> pAsSwOrd
<name of NextCloud database> nextcloudDB