File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change 136
136
<entry >all</entry >
137
137
<entry >List of collections to dump.</entry >
138
138
</row >
139
+ <row >
140
+ <entry >pathToArangoDump</entry >
141
+ <entry >string</entry >
142
+ <entry >no</entry >
143
+ <entry ></entry >
144
+ <entry >Custom arangodump executable location.</entry >
145
+ </row >
139
146
</tbody >
140
147
</tgroup >
141
148
</table >
236
243
<entry >null</entry >
237
244
<entry >List of collection prefixes to exclude matching collections from backup.</entry >
238
245
</row >
246
+ <row >
247
+ <entry >pathToMongodump</entry >
248
+ <entry >string</entry >
249
+ <entry >no</entry >
250
+ <entry ></entry >
251
+ <entry >Custom mongodump executable location.</entry >
252
+ </row >
239
253
</tbody >
240
254
</tgroup >
241
255
</table >
367
381
<entry >false</entry >
368
382
<entry >Use multiple-row INSERT syntax. This results in a smaller dump file and speeds up inserts when the file is reloaded.</entry >
369
383
</row >
384
+ <row >
385
+ <entry >pathToMysqldump</entry >
386
+ <entry >string</entry >
387
+ <entry >no</entry >
388
+ <entry ></entry >
389
+ <entry >Custom mysqldump executable location.</entry >
390
+ </row >
370
391
</tbody >
371
392
</tgroup >
372
393
</table >
465
486
<entry >-</entry >
466
487
<entry >Pattern to include databases and tables to the backup e.g. <literal >^mydatabase[.]mytable</literal >.</entry >
467
488
</row >
489
+ <row >
490
+ <entry >pathToXtraBackup</entry >
491
+ <entry >string</entry >
492
+ <entry >no</entry >
493
+ <entry ></entry >
494
+ <entry >Custom xtrabackup executable location.</entry >
495
+ </row >
468
496
</tbody >
469
497
</tgroup >
470
498
</table >
628
656
<entry >-</entry >
629
657
<entry >Set the dump encoding.</entry >
630
658
</row >
659
+ <row >
660
+ <entry >pathToPgdump</entry >
661
+ <entry >string</entry >
662
+ <entry >no</entry >
663
+ <entry ></entry >
664
+ <entry >Custom pgdump executable location.</entry >
665
+ </row >
631
666
</tbody >
632
667
</tgroup >
633
668
</table >
706
741
<entry >-</entry >
707
742
<entry >Password to use to authenticate.</entry >
708
743
</row >
744
+ <row >
745
+ <entry >pathToRedisCli</entry >
746
+ <entry >string</entry >
747
+ <entry >no</entry >
748
+ <entry ></entry >
749
+ <entry >Custom redis-cli executable location.</entry >
750
+ </row >
709
751
</tbody >
710
752
</tgroup >
711
753
</table >
794
836
<entry >false</entry >
795
837
<entry >Keep the directory instead of archiving it at every phpbu execution.</entry >
796
838
</row >
839
+ <row >
840
+ <entry >pathToRsync</entry >
841
+ <entry >string</entry >
842
+ <entry >no</entry >
843
+ <entry ></entry >
844
+ <entry >Custom rsync executable location.</entry >
845
+ </row >
797
846
</tbody >
798
847
</tgroup >
799
848
</table >
862
911
<entry >false</entry >
863
912
<entry >Remove the directory after compression.</entry >
864
913
</row >
914
+ <row >
915
+ <entry >pathToTar</entry >
916
+ <entry >string</entry >
917
+ <entry >no</entry >
918
+ <entry ></entry >
919
+ <entry >Custom tar executable location.</entry >
920
+ </row >
865
921
</tbody >
866
922
</tgroup >
867
923
</table >
You can’t perform that action at this time.
0 commit comments