changeset 4 | 79ab63474be7 |
2:5f03a7843dc2 | 4:79ab63474be7 |
---|---|
1 # example config |
|
2 # the commented values are the built in defaults |
|
3 |
|
4 # The encryption key |
|
5 KEY = <your key here> |
|
6 |
|
7 # FTP-Server hostname |
|
8 FTP_HOST = <your backup server> |
|
9 |
|
10 # FTP-Server base directory |
|
11 # the following expansion work: |
|
12 # $NODE |
|
13 # FTP_DIR = backups/daily/$NODE |
|
14 |
|
15 # if we need passive mode for file transfer |
|
16 # FTP_PASSIVE = 1 |