ftbackup.conf.example
changeset 36 8fe32b9da326
parent 10 e2e657251d08
child 38 ff06067298b5
--- a/ftbackup.conf.example	Mon Apr 11 13:09:31 2011 +0200
+++ b/ftbackup.conf.example	Mon Apr 11 15:37:28 2011 +0200
@@ -9,8 +9,9 @@
 
 # FTP-Server base directory
 # the following expansion work:
-#     $NODE
-# FTP_DIR = backups/daily/$NODE
+#     <HOSTNAME> - the (full) hostname
+#     <LABEL> - label from --label=... oder the default: "daily"
+# FTP_DIR = backups/<LABEL>/<HOSTNAME>
 
 # if we need passive mode for file transfer
 # FTP_PASSIVE = 1