Subversion Repositories sysadmin_scripts

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
166 rodolico 1
---
2
email:
3
  # From header on email reports
4
  from: root@example.com
5
  # who to send report to (one address/alias only)
6
  notify: tech@example.com
7
  # base subject line on e-mail
8
  subject: 'Server Sync Status'
9
localMachine:
10
  # root of replication on the local server
11
  targetDataset: pool/backup
12
  # fully qualiifed path where encryption key should go
13
  encryptionKeyPath: /tmp/keyfile
14
  # if this file exists, will place us in maintenance mode
15
  maintenanceFlag: /tmp/maintenance
16
  # how long to wait for maintenance flag to show up
17
  waitTime: 300
18
remoteMachine:
19
  # list of datasets to back up from remote machine
20
  # key is name of dataset
21
  # value is location
22
  dataset:
23
    files-backup: storage/Backups
24
    iscsi-backup: storage/Backups
25
    nextcloud-backups: storage/Backups
26
  # IP or FQDN of remote machine
27
  ip: 192.168.1.1
28
  # where the encryption key is stored on remote machine
29
  encryptionKeyPath: /root/keyfilename
30
  # location of maintenance flag on remote machine
31
  maintenanceFlag: /root/maintenance