PHP Classes

File: directories_and_postgresql.ini.dist

Recommend this page to a friend!
  Classes of Andi P. Trix   PHP Backup   directories_and_postgresql.ini.dist   Download  
File: directories_and_postgresql.ini.dist
Role: Auxiliary data
Content type: text/plain
Description: added postgresql observer
Class: PHP Backup
Backup data using several methods
Author: By
Last change: Update of directories_and_postgresql.ini.dist
Date: 2 months ago
Size: 803 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 directory = Org\Impavidly\Backup\Observers\Directory psql = Org\Impavidly\Backup\Observers\Psql [directory] tar = /bin/tar ;the position of the directory field in the csv file csv_fields_indexes = 0 [psql] ;the path on the filesystem for the pg_dump command, used by the psql observer pg_dump = /usr/bin/pg_dump ;the position of the pg_dump fields in the csv file csv_fields_indexes = 1, 2, 3, 4, 5 [csv] ;any number of csv files csv1 = directories_and_postgresql