Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 314 Bytes

DB-Dumper

A bash script to dump daily/weekly mariadb and postgresql database.

It's recommended to put this into other partition from the DB, such as in /home.

useradd -m -d /home/dumper -s /bin/bash dumper
git clone https://github.com/domcloud/db-dumper /home/dumper/db
bash /home/dumper/db/main.sh