Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znerol/mysqldumpx
A collection of bash scripts simplifying partial backups of MySQL databases
https://github.com/znerol/mysqldumpx
Last synced: 26 days ago
JSON representation
A collection of bash scripts simplifying partial backups of MySQL databases
- Host: GitHub
- URL: https://github.com/znerol/mysqldumpx
- Owner: znerol
- Created: 2012-09-10T20:13:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T14:51:59.000Z (over 9 years ago)
- Last Synced: 2024-10-15T03:46:30.381Z (2 months ago)
- Language: Shell
- Size: 131 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MySQLDumpX
==========A collection of bash scripts simplifying partial backups of MySQL databases.
Introduction
------------
With web applications becoming more and more complex also the number of tables
in their database is increasing. Beside content and configuration, many of the
current web applications also store temporary or aggregated data into the
database. In order to save resources it may be desirable to exclude or separate
derived data. This can lead to dramatically reduced file sizes and faster
restores.With mysqldumpx it is possible to include and exclude tables from dumps in a
very flexible way. Inclusion and exclusion rules can contain patterns with
wildcards and may be shared among multiple configurations. If you run multiple
instances of e.g. Drupal or Piwik you may reuse your rules among all your
databases.Also part of the collection is a bash script, which can be run as CGI script
when cron is not available or limited to http requests at the hosting machine.CONFIGURATION
-------------
Users of mysqldumpx should be familiar with the mysqldump utility shipped with
mysql. A commented configuration file with examples of all available options is
available in the examples. Additional there are working configurations for
Drupal and Piwik available which you may use as a starting point for your
versions.