Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
/ myremotedump Public archive

Dumps a firewalled MySQL database via a ssh tunnel to the remote system

License

Notifications You must be signed in to change notification settings

mtorromeo/myremotedump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myremotedump

Dumps a firewalled MySQL database via a ssh tunnel to the remote system.

Help

usage: myremotedump [-h] [-V] [-H MYSQLHOST] [-P MYSQLPORT] [user@]host -- mysqldump options

Dumps a firewalled MySQL database via a ssh tunnel to the remote system

positional arguments:
  user@host             SSH username and host (username is optional)
  mysqldump options     Options passwd to the mysqldump process

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -H MYSQLHOST, --host MYSQLHOST
                        MySQL host
  -P MYSQLPORT, --port MYSQLPORT
                        MySQL port

LICENSE

Copyright (c) 2013 Massimiliano Torromeo

myremotedump is free software released under the terms of the BSD license.

See the LICENSE file provided with the source distribution for full details.

Contacts

About

Dumps a firewalled MySQL database via a ssh tunnel to the remote system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages