-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
98 lines (98 loc) · 6.48 KB
/
about.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for HTML5 for Windows version 5.1.25" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta name="description" content="Game Backup Monitor - Automatically backup your save games and add cloud support to any game for free!" />
<meta name="keywords" content="Game, Games, Save, Saves, Saved, Backup, Restore, Sync, Download, Cloud, Dropbox, GOG, Steam, Origin, Time, Monitor, PC" />
<meta name="author" content="Michael J. Seiferling" />
<title>Game Backup Monitor [About]</title>
<script type="text/javascript" language="javascript" src="script/jquery-1.10.2.min.js">
</script>
<script type="text/javascript" language="javascript" src="script/jquery.hoverIntent.min.js">
</script>
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
<link rel="shortcut icon" href="images/gbm.ico" />
</head>
<body>
<div id="top">
<!--Include the Header (Starts Content)-->
<script type="text/javascript">
//<![CDATA[
$(function(){
$("#header").load("header.html");
});
//]]>
</script>
<div id="header"></div>
<div id="content">
<div id="leftcontent">
<div class="pageSection">
<div class="pageSectionHeader">
<a name="whatis" id="whatis">What is Game Backup Monitor?</a>
</div>
<div class="pageSectionContent">
<img class="centered" src="images/manual/manual_01.jpg" width="493" height="276" alt="GBM" /><br />
<p>Game Backup Monitor is a simple, but flexible application that detects games as you play them. Once you finish playing a game, a backup of the saved games will be made automatically using 7-Zip compression. GBM can be used on a single computer, or on multiple computers to effectively add cloud support to any game or application.</p>
<p>Game Backup Monitor was designed with gaming in mind, but it can be used to monitor any application on your PC!</p>
<h3>Game Backup Monitor is completely free and open source software.</h3>
<h4>Game Backup Monitor is available in English and Chinese (Simplified). Interested in <a href="translations.html">translation</a>?</h4>
</div>
</div>
<div class="pageSection">
<div class="pageSectionHeader">
<a name="features" id="features">Features</a>
</div>
<div class="pageSectionContent">
<ul class="notop">
<li>Backup your saves automatically and immediately after playing a game. No scheduling or input required!</li>
<li>Backup to a cloud folder and add cloud save support to any game.</li>
<li>GBM can detect and backup saves from games running on emulators or interpreters such as DOSBox, ScummVM or Wine.</li>
<li>A growing list of pre-configured games for <a href="GBM_Official.xml">Windows</a> and <a href="GBM_Official_Linux.xml">Linux</a>.</li>
<li>Easily setup an unlimited number of games to monitor, each with their own specific settings.</li>
<li>Game configurations are designed to be easily portable and shared.</li>
<li>GBM can automatically launch other software when a monitored game is detected, such as overlays or custom control schemes.</li>
<li>Track the hours that you've played any monitored game, similar to Steam. (Optional)</li>
<li>Track individual gaming sessions, know exactly when and how much you've played any monitored game. (Optional)</li>
<li>Launch any game you monitor directly from GBM. (Optional)</li>
</ul>
</div>
</div>
<div class="pageSection">
<div class="pageSectionHeader">
<a name="requirements" id="requirements">Requirements</a>
</div>
<div class="pageSectionContent">
<h4 class="notop">Verified Operating Systems:</h4>
<p>Windows 11, Windows 10, Linux Mint 21</p>
<a href="http://www.microsoft.com/en-us/windows/default.aspx"><img class="logo" src="images/win10_logo.png" width="64" height="64" alt="Windows 10" /></a><a href="http://www.linuxmint.com"><img class="logo" src="images/mint_logo.png" width="64" height="64" alt="Linux Mint" /></a>
<p class="small">These operating systems are tested during development with the latest stable versions of <a href="https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48" target=_blank>.NET Framework</a> (Windows) and <a href="https://www.mono-project.com/download/stable/" target=_blank>Mono</a> (Linux).</p>
<h4>Supported Operating Systems:</h4>
<p>Windows 8, Windows 7 SP1, Other Linux Distributions</p><a href="http://www.microsoft.com/en-us/windows/default.aspx"><img class="logo" src="images/oldwindows_logo.png" width="64" height="64" alt="Old Windows" /></a><a href="http://www.linux.com/"><img class="logo" src="images/linux_logo.png" width="64" height="64" alt="Linux" /></a>
<p class="small">These operating systems are supported, but are NOT tested during development.</p>
<h4>Minimum Spec:</h4>
<p>Single-core Processor at 1 GHz or higher with 512 MB RAM</p>
<h4>Recommended Spec:</h4>
<p>Multi-core Processor at 1 GHz or higher with 4 GB RAM</p>
<p class="small">RAM requirements can scale dramatically with backup size and high compression levels.</p>
<p class="small">8 GB RAM is recommended when using the Ultra compression setting.</p>
<h4>Disk Space:</h4>
<p>5 - 10 MB (Not including any prerequisites or space required for backups)</p><br />
<p><a href="https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48">.NET Framework 4.8</a> is required on Windows.</p>
<p>Linux users, please read the <a href="linux.html">FAQ</a> for package requirements and installation instrutions.</p>
</div>
</div><!--End Left Panel-->
</div><!--Include the Footer-->
<script type="text/javascript">
//<![CDATA[
$(function(){
$("#footer").load("footer.html");
});
//]]>
</script>
<div id="footer"></div><!--End Content-->
</div><!--End Top-->
</div>
</body>
</html>