equal
deleted
inserted
replaced
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 |