| changeset 7 | 1691a932eed1 | 
| parent 4 | 79ab63474be7 | 
| child 10 | e2e657251d08 | 
| 6:c3c8a413c020 | 7:1691a932eed1 | 
|---|---|
| 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 |