Skip to content

fahmifan/dbback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB BACKUPPER

A CLI to backups DB currently support MySQL & PostgreSQL. It uses the mysqldump & pg_dump. So, you need to have them installed in the machine.

Prerequisite

Usage

Create a config.json based on example.config.json on the current working directory.

Options

backupper [options]

options:
    --help		show the help menu
    --dbaname	the database name
    --driver 	the database driver [mysql, postgres]
    --cron		run as cron job

Example

  • dbback --driver=mysql --dbname=foo_bar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages