Skip to content

OffbyteSecure/lumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumber

A powerful and flexible command-line tool for database backups.

Lumber is a Go-based CLI utility that simplifies the process of creating backups for various databases, including PostgreSQL, MySQL, and MongoDB. It's built on top of the https://github.com/OffbyteSecure/dump_util.git library and offers features like compression, batch processing, and table exclusion to ensure efficient and customized database dumps.

Features

  • Multi-Database Support: Works with PostgreSQL, MySQL, and MongoDB.
  • Efficient Dumping: Uses concurrent workers and batch processing for fast backups.
  • Output Compression: Supports Gzip compression to save disk space.
  • Table Exclusion: Easily exclude specific tables or collections from your dump.
  • Customizable: Adjust batch size and the number of workers to fit your needs.

Installation

Install the library using:

go install github.com/OffbyteSecure/lumber@v1.0.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages