py2b.conf.example
changeset 7 1691a932eed1
parent 6 c3c8a413c020
child 8 dfda1573e706
--- a/py2b.conf.example	Mon Oct 26 23:35:18 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# example config
-# the commented values are the built in defaults
-
-# The encryption key
-KEY = <your key here>
-
-# FTP-Server hostname
-FTP_HOST = <your backup server>
-
-# FTP-Server base directory
-# the following expansion work:
-#     $NODE
-# FTP_DIR = backups/daily/$NODE
-
-# if we need passive mode for file transfer
-# FTP_PASSIVE = 1