ftbackup.conf.example
changeset 87 1e39565223ad
parent 80 1958c7ab13f1
child 99 2d2d94f5ba3f
equal deleted inserted replaced
86:aa87981ccf8c 87:1e39565223ad
     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"