# # This is a configuration file for FileBackup software. # These settings affect to all Backup Sets. # ########################################################## # # FTP Proxy settings: # If you backup on external FTP Server and your local # network is protected by FTP Proxy Server, you have to specify # properties of your Proxy Server to get access to FTP Server. # Contact your Network Administrator to get this information. # ########################################################## # Address and Port of the proxy server. FTP_PROXY_ADDRESS = FTP_PROXY_PORT = # If you Proxy Server required autorification, enter Username and Password here FTP_PROXY_USERNAME = FTP_PROXY_PASSWORD = # FileBackup supports a few types of Proxy Servers: # 0 = None # 1 = SITE hostname # 2 = USER after logon # 3 = Proxy OPEN # 4 = Transparent # 5 = USER with no logon # 6 = USER FireID@Remotehost # 7 = USER RemoteID@remoteHost fire ID # 8 = USER remoteID@fireID@remoteHost # 9 = Backup proxy server FTP_PROXY_TYPE = 0 # If you want FileBackup to upload/download files in the Passiv mode, type 1, otherwise 0 FTP_PASSIVE_MODE = 0 ########################################################## # # After every backup, FileBackup can send log via email. # This block sets how and where a log will be sent. # ########################################################## # If you want to send log only when it has errors, type 1, otherwise 0 LM_ONLY_IF_ERROR = 0 # Log will be sent to... Leave blank if you don't want to send backup log via email LM_EMAIL = # Set this variable to 1 if you want to include a list of backed up # files to the backup log. Otherwise set it to 0. FullBackupProtocol = 1 # By default Software uses "mail" program to send email. It hopes that # it can be run without a full path name. If "mail" can't be run without # a full path name or you want to use other mail client, you can set # other path to it below. UNIX_MAIL_PATH = ########################################################## # # Paths to external utils. # ########################################################## # # FileBackup runs these commands to encrypt/decrypt # backup archives. You can use following variables: # 1. $(INPUT_FILE) - file that must be encrypted or decrypted # 2. $(OUTPUT_FILE) - result file # 3. $(KEY_NAME) - name of key to encrypt or decrypt # 4. $(PASSWORD) - password to decrypt backup archives # # FileBackup sets real values of the variables by itself. # You have to use these variables to specify place to insert real values # # Examples: # SEC_ENCRYPT = /bin/app -e $(INPUT_FILE) $(OUTPUT_FILE) $(KEY_NAME) # SEC_DECRYPT = /bin/app -d $(INPUT_FILE) $(OUTPUT_FILE) $(KEY_NAME) $(PASSWORD) # This command uses to encrypt backup archives SEC_ENCRYPT = # This command uses to decrypt backup archives SEC_DECRYPT =