; Config file for syncho_data.php ; [main] host=localhost port=5432 user=master password=master database=master lock_dir=/tmp dry_run=no ; yes | non log_dir=/tmp log_level=debug ; debug | notice | error [slaveOne] host=localhost port=5432 user=one password=one database=one tables=a,b,c [slaveTwo] host=localhost port=5432 user=two password=two database=two tables=b,c ; ; Where clause exemple : ; where_a = a.id=42 ; where_table = table.forein_key IN(SELECT id FROM other_table) ; where_c = c.value > 42