-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathindex.html
100 lines (77 loc) · 5.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Mysql Backup Manager : MySQL Backup Manager is a simple Windows software solution for backing up MySQL Databases automatically. It has a simple and easy to use front-end, which can be installed on both Windows 7, Windows 8, Windows 2008 or Windows 2012." />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Mysql Backup Manager</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/martin-rohwedder/MySQL-Backup-Manager">View on GitHub</a>
<h1 id="project_title">Mysql Backup Manager</h1>
<h2 id="project_tagline">MySQL Backup Manager is a simple Windows software solution for backing up MySQL Databases automatically. It has a simple and easy to use front-end, which can be installed on both Windows 7, Windows 8, Windows 2008 or Windows 2012.</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/martin-rohwedder/MySQL-Backup-Manager/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/martin-rohwedder/MySQL-Backup-Manager/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="mysql-backup-manager-12" class="anchor" href="#mysql-backup-manager-12"><span class="octicon octicon-link"></span></a>MySQL Backup Manager 1.2</h3>
<blockquote>
<p>MySQL Backup Manager is a simple solution, which automates the process of taking dayli backups, of your MySQL databases. The software consists of a Windows service, which handles the automatization of taking backups and cleaning up old backups, and a graphical user interface application which lets the user modify which databases needs backup and other kind of features.</p>
</blockquote>
<p>To begin use you can download it free from <a href="https://sourceforge.net/projects/mysqlbackupmanager/">SourceForge.net</a>.</p>
<h3>
<a name="system-requirements" class="anchor" href="#system-requirements"><span class="octicon octicon-link"></span></a>System Requirements</h3>
<p>The MySQL Backup Manager software, have some minimum requirements to be fullfilled, to run properly.</p>
<ul>
<li>
<strong>OS:</strong> Windows 8, Windows 7, Windows Vista, Windows Server 2012, Windows Server 2008</li>
<li>
<strong>Processor:</strong> 1 Ghz</li>
<li>
<strong>RAM:</strong> 512 MB</li>
<li>
<strong>HDD:</strong> 15 MB</li>
<li>
<strong>prerequisites:</strong> MySQL Server installation and .NET framework 4.5 (.net Framework is 'included' in the MySQL Backup Manager Installer)</li>
</ul><h3>
<a name="screenshot" class="anchor" href="#screenshot"><span class="octicon octicon-link"></span></a>Screenshot</h3>
<p>Here is a screenshot of the frontend, which you will use with easy, to backup your MySQL databases.</p>
<p><img src="https://a.fsdn.com/con/app/proj/mysqlbackupmanager/screenshots/screen2.png" alt="MySQL Backup Manager For Windows Screenshot"></p>
<h3>
<a name="contributing" class="anchor" href="#contributing"><span class="octicon octicon-link"></span></a>Contributing</h3>
<blockquote>
<p>Since this software is open source, you're free to grab the source and make your own modifications, but this projects is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons 3.0</a> license, so please respect this.</p>
</blockquote>
<p>You can always make your own modifications if needed to, since the software is open source, but I'll recommend that you share your modifications with us here at GitHub, so we can get your modification as part of the main application. If you have ideas to new features or have experienced some bugs, please create an <a href="https://github.com/martin-rohwedder/MySQL-Backup-Manager/issues">issue</a> about it, and I will take a look at it.</p>
<p>© 2013 <a href="http://www.martinrohwedder.dk">Martin Rohwedder</a></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Mysql Backup Manager maintained by <a href="https://github.com/martin-rohwedder">martin-rohwedder</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-46734244-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>