SkillAgentSearch skills...

Dumper

Dumper — This is a CLI utility for creating backups databases of various types (PostgreSQL, MySQL and etc.)

Install / Use

/learn @elkirrs/Dumper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"><a href="https://elkirrs.github.io/dumper" target="_blank"><img src="assets/dumper.svg" width="400" alt="Laravel Logo"></a></p>

About Dumper

This is a CLI utility for creating backups databases of various types with flexible connection and storage settings.

Opportunities:

  • Multiple database systems can be managed.
  • Support PostgreSQL, MySQL, MongoDB and etc.
  • Work with SSH-Keys (include passphrase).
  • Custom dump name templates.
  • Archiving old dumps.
  • Encrypting and Decrypting backup and config file
  • Support different storages SFTP, Azure, S3 and etc.
  • Backup from docker
  • Shell script after and before backup

Installation:

curl -sSL https://elkirrs.github.io/dumper/install.sh | sh 

Documentation:

Click to docs page: Documentation

Checking the receipt by the user:

  • Mac/Linux:
shasum -a 256 dumper_linux_amd64.tar.gz
cat checksums.txt | grep dumper_linux_amd64.tar.gz
  • Windows (PowerShell):
Get-FileHash .\dumper_windows_amd64.zip -Algorithm SHA256

Support the Project

If you like this project, you can support development:

Thank you for your support!

Related Skills

View on GitHub
GitHub Stars89
CategoryData
Updated1mo ago
Forks2

Languages

Go

Security Score

95/100

Audited on Feb 19, 2026

No findings