We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b03a7 commit 814acf9Copy full SHA for 814acf9
1 file changed
README.md
@@ -1 +1,17 @@
1
-# mysql-backup
+# mysql-backup
2
+
3
4
+Simple MySQL Backup Manager build on top of mysqldump and Yii2 framework.
5
6
7
+**Features**
8
+<ul>
9
+<li>Backup scheduling</li>
10
+<li>Deleting old backups</li>
11
+</ul>
12
13
14
15
+**How To**
16
17
+Install as a normal Yii2 application. Setup a cron to execute, `yii cron`. Make the frequency close to minimum backup period. That's it :)
0 commit comments