diff options
author | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2019-03-28 01:10:54 +0800 |
---|---|---|
committer | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2019-03-28 01:10:54 +0800 |
commit | ad96bd5002c8464ea9994aa9d26377f1819be98c (patch) | |
tree | 6f90ee5e6ad843fb68b2673234567973a5a64dd6 /databases/Makefile | |
parent | de1e595109feef5bb05de7bbadcb6080e8779d22 (diff) | |
download | freebsd-ports-gnome-ad96bd5002c8464ea9994aa9d26377f1819be98c.tar.gz freebsd-ports-gnome-ad96bd5002c8464ea9994aa9d26377f1819be98c.tar.zst freebsd-ports-gnome-ad96bd5002c8464ea9994aa9d26377f1819be98c.zip |
databases/automysqlbackup: Add the port to the tree
AutoMySQLBackup is a script that takes the pain out of setting up automated
incremental daily, weekly, and monthly backups of MySQL databases.
Submitted by: Christian Schwarz <me@cschwarz.com>
Reviewed by: matthew
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D19612
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index d38b755362e9..3d8dfc82474e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -23,6 +23,7 @@ SUBDIR += arangodb33 SUBDIR += ateam_mysql_ldap_auth SUBDIR += autobackupmysql + SUBDIR += automysqlbackup SUBDIR += bbdb SUBDIR += beansdb SUBDIR += buzhug |