aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-06-14 06:52:58 +0800
committermiwi <miwi@FreeBSD.org>2009-06-14 06:52:58 +0800
commit4a137254291b122a1dcd304565c5f853839ed0f3 (patch)
treed98257ce223e998001042b2019c9f35f551a9748 /databases/Makefile
parent26becc4fccdb72051d3a11a754de5710c0cca901 (diff)
downloadfreebsd-ports-gnome-4a137254291b122a1dcd304565c5f853839ed0f3.tar.gz
freebsd-ports-gnome-4a137254291b122a1dcd304565c5f853839ed0f3.tar.zst
freebsd-ports-gnome-4a137254291b122a1dcd304565c5f853839ed0f3.zip
mysqlbackup: create MySQL-database servers backup easy
Why mysqlbackup? 1. Required minimum coding to create everyday MySQL-backups with some additional functions. 2. Backups can be compressed on-the-fly and automatically rotated after specified number of a days past. 3. It is includes basic database maintenance: check, optimize tables before backup creation. 4. It can be safely used on a large MySQL installations (1000+ databases). 5. It is written in sh - code interpreter available in a base system. WWW: http://renatasystems.org/freebsd/mysqlbackup.html PR: ports/135331 Submitted by: Alexey V. Degtyarev
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 8add561b27f6..56b77819a539 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -208,6 +208,7 @@
SUBDIR += mysql60-server
SUBDIR += mysql_last_value
SUBDIR += mysqlard
+ SUBDIR += mysqlbackup
SUBDIR += mysqlcc
SUBDIR += mysqlcppapi
SUBDIR += mysqlidxchk