Skip to content

alexeevdemyankov/wb3SshSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

wb3SshSync

Deploy tables mysql over ssh

XML config example

<wb3_sync> localhost /usr/bin/mysql /usr/bin/mysqldump /tmp /home/.ssh/_rsa /home/.ssh/_rsa.pub /usr/bin/mysql /tmp

**
</wb3_sync>

Using class

$sync = new wb3SshSync(); $sync->setConfig($xmlFile); $sync->syncronization(); $errors = $sync->getErrors();

About

Deploy tables mysql over ssh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages