PHP Classes

File: ftp_and_mysql.ini.dist

Recommend this page to a friend!
  Classes of Andi P. Trix   PHP Backup   ftp_and_mysql.ini.dist   Download  
File: ftp_and_mysql.ini.dist
Role: Auxiliary data
Content type: text/plain
Description: explicit ftp&mysql settings
Class: PHP Backup
Backup data using several methods
Author: By
Last change: Update of ftp_and_mysql.ini.dist
Date: 2 months ago
Size: 888 bytes
 

Contents

Class file image Download
[general] ;how many times the observer will retry the job before giving up retries = 5 ;the "from" field for the email appender email_from = logger@bar.com ;the "to" field for the email appender email_to = admin@bar.com ;the directory where the observers store the files destination = dumps [observers] ;any number of observer classes ftp = Org\Impavidly\Backup\Observers\Ftp mysqldump = Org\Impavidly\Backup\Observers\MysqlDump [ftp] ;the path on the filesystem for the wget command, used by the ftp observer wget = /usr/bin/wget ;the position of the ftp fields in the csv file csv_fields_indexes = 0, 1, 2, 3, 4 [mysqldump] ;the path on the filesystem for the mysqldump command, used by the mysqldump observer mysqldump = /usr/bin/mysqldump ;the position of the mysqldump fields in the csv file csv_fields_indexes = 5, 6, 7, 8, 9 [csv] ;any number of csv files csv1 = ftp_and_mysql