ftbackup.conf.example
changeset 7 1691a932eed1
parent 4 79ab63474be7
child 10 e2e657251d08
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ftbackup.conf.example	Tue Oct 27 21:31:07 2009 +0100
@@ -0,0 +1,16 @@
+# 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