Skip to content

Small script to assist with the decryption and decompression of files created with mysqldump-secure. Mysqldump-secure is available from https://mysqldump-secure.org/.

License

Notifications You must be signed in to change notification settings

welshcoder/mysqldump-secure-recover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

mysqldump-secure-recover

Small shell script to assist with the decryption and decompression of files created with mysqldump-secure (https://mysqldump-secure.org/).

Requirements

Should be pretty portable for other systems that can run sh shell scripts. openssl is required if decryption is required, and the relevant (de)compression software should be installed if that is needed.

Usage

mysqldump-secure-recover [-h|--help] --in=<file> [--key=<keyfile>] [--out=<file>]

-h, --help - display the help message

--in= - this is the file generated by mysqldump-secure that you want to recover.

--key= - the the file containing the private key to decrypt an encrypted input file.

--out= - this is the output to generate. If not supplied, the output goes to stdout.

About

Small script to assist with the decryption and decompression of files created with mysqldump-secure. Mysqldump-secure is available from https://mysqldump-secure.org/.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages