ftbackup.conf.example
changeset 36 8fe32b9da326
parent 10 e2e657251d08
child 38 ff06067298b5
equal deleted inserted replaced
35:888e1c15c9fd 36:8fe32b9da326
     7 # FTP-Server hostname
     7 # FTP-Server hostname
     8 # FTP_HOST = 
     8 # FTP_HOST = 
     9 
     9 
    10 # FTP-Server base directory
    10 # FTP-Server base directory
    11 # the following expansion work:
    11 # the following expansion work:
    12 #     $NODE
    12 #     <HOSTNAME> - the (full) hostname
    13 # FTP_DIR = backups/daily/$NODE
    13 #     <LABEL> - label from --label=... oder the default: "daily"
       
    14 # FTP_DIR = backups/<LABEL>/<HOSTNAME>
    14 
    15 
    15 # if we need passive mode for file transfer
    16 # if we need passive mode for file transfer
    16 # FTP_PASSIVE = 1
    17 # FTP_PASSIVE = 1