aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-13 22:52:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-13 22:52:58 +0000
commitf828ee0f97bfd47393a5f3d907fe4f7c04d26828 (patch)
tree83ea57447b1223c41147ae67f8bf785c482c9dca /databases/Makefile
parenta1eb38f9d6fccbffa8d522c6345805b660af9ae6 (diff)
downloadports-f828ee0f97bfd47393a5f3d907fe4f7c04d26828.tar.gz
ports-f828ee0f97bfd47393a5f3d907fe4f7c04d26828.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
Notes
Notes: svn path=/head/; revision=235788
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