ftbackup.conf.example
changeset 70 391d82fcd42c
parent 48 708e3b8bd670
child 80 1958c7ab13f1
equal deleted inserted replaced
69:b2b500fa75ba 70:391d82fcd42c
     1 # example config
     1 # example config
     2 # the commented values are the built in defaults
     2 # the commented values are the built in defaults
     3 
     3 
     4 # The encryption key
     4 # The encryption key
     5 # KEY = 
     5 # KEY = <please provide a good key>
     6 
     6 
     7 # FTP-Server hostname
     7 # FTP-Server hostname
     8 # FTP_HOST = 
     8 # for login and password please use ~/.netrc
       
     9 # FTP_HOST = <fill in the ftp servers hostname here>
     9 
    10 
    10 # FTP-Server base directory
    11 # FTP-Server base directory
    11 # the following expansion work:
    12 # the following expansion work:
    12 #     <HOSTNAME> - the (full) hostname
    13 #     <HOSTNAME> - the (full) hostname
    13 #     <LABEL> - label from --label=... oder the default: "daily"
    14 #     <LABEL> - label from --label=... oder the default: "daily"