ftbackup.conf.example
changeset 10 e2e657251d08
parent 7 1691a932eed1
child 36 8fe32b9da326
equal deleted inserted replaced
9:ab747c27a38b 10:e2e657251d08
     1 # example config
     1 # example config
     2 # the commented values are the built in defaults
     2 # the commented values are the built in defaults
     3 
     3 
     4 # The encryption key
     4 # The encryption key
     5 KEY = <your key here>
     5 # KEY = 
     6 
     6 
     7 # FTP-Server hostname
     7 # FTP-Server hostname
     8 FTP_HOST = <your backup server>
     8 # FTP_HOST = 
     9 
     9 
    10 # FTP-Server base directory
    10 # FTP-Server base directory
    11 # the following expansion work:
    11 # the following expansion work:
    12 #     $NODE
    12 #     $NODE
    13 # FTP_DIR = backups/daily/$NODE
    13 # FTP_DIR = backups/daily/$NODE