Skip to content

Commit d6954d6

Browse files
Add options to specify custom executable locations
1 parent 07be303 commit d6954d6

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

src/4.0/en/source.xml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@
136136
<entry>all</entry>
137137
<entry>List of collections to dump.</entry>
138138
</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>
139146
</tbody>
140147
</tgroup>
141148
</table>
@@ -236,6 +243,13 @@
236243
<entry>null</entry>
237244
<entry>List of collection prefixes to exclude matching collections from backup.</entry>
238245
</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>
239253
</tbody>
240254
</tgroup>
241255
</table>
@@ -367,6 +381,13 @@
367381
<entry>false</entry>
368382
<entry>Use multiple-row INSERT syntax. This results in a smaller dump file and speeds up inserts when the file is reloaded.</entry>
369383
</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>
370391
</tbody>
371392
</tgroup>
372393
</table>
@@ -465,6 +486,13 @@
465486
<entry>-</entry>
466487
<entry>Pattern to include databases and tables to the backup e.g. <literal>^mydatabase[.]mytable</literal>.</entry>
467488
</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>
468496
</tbody>
469497
</tgroup>
470498
</table>
@@ -628,6 +656,13 @@
628656
<entry>-</entry>
629657
<entry>Set the dump encoding.</entry>
630658
</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>
631666
</tbody>
632667
</tgroup>
633668
</table>
@@ -706,6 +741,13 @@
706741
<entry>-</entry>
707742
<entry>Password to use to authenticate.</entry>
708743
</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>
709751
</tbody>
710752
</tgroup>
711753
</table>
@@ -794,6 +836,13 @@
794836
<entry>false</entry>
795837
<entry>Keep the directory instead of archiving it at every phpbu execution.</entry>
796838
</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>
797846
</tbody>
798847
</tgroup>
799848
</table>
@@ -862,6 +911,13 @@
862911
<entry>false</entry>
863912
<entry>Remove the directory after compression.</entry>
864913
</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>
865921
</tbody>
866922
</tgroup>
867923
</table>

0 commit comments

Comments
 (0)