-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackup.html
More file actions
126 lines (120 loc) · 5.47 KB
/
backup.html
File metadata and controls
126 lines (120 loc) · 5.47 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BackUp</title>
<meta name="description" content="Setarit BackUp">
<meta name="author" content="Setarit">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#1e2247">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#1e2247">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="stylesheet" href="css/jquery-ui.min.css">
<link rel="shortcut icon" href="img/square_flatLogoTest_noSlogan.png">
<script type="text/javascript" src="js/ga.js"></script>
</head>
<body>
<!-- nav bar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.setarit.com"><img alt="Setarit" src="img/rectangle_flatLogoTest_noSlogan.png" ></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class=""><a href="index.html">Home</a></li>
<li class=""><a href="KB/knowledgebase.html">Knowledge Base</a></li>
<li class="active"><a href="backup.html">Backup</a></li>
<li class=""><a href="https://quietticket.com">QuietTicket</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
<!-- END nav bar -->
<!-- content -->
<div class="container">
<section class="leftPadding cardbox">
<h2 id="features">Features</h2>
<ul class="features">
<li><img src="img/Available_icon_green.png" alt="Feature tick" class="grow" />Monyhly, weekly or daily backups</li>
<li><img src="img/Available_icon_green.png" alt="Feature tick" class="grow"/>Support for Google Drive and Dropbox</li>
<li><img src="img/Available_icon_green.png" alt="Feature tick" class="grow"/>Easy configuration</li>
<li><img src="img/Available_icon_green.png" alt="Feature tick" class="grow"/>Support by mail</li>
<li><img src="img/Available_icon_green.png" alt="Feature tick" class="grow"/>Frequent updates</li>
<li><img src="img/Available_icon_green.png" alt="Feature tick" class="grow"/>Selective File Support (SFS)</li>
</ul>
</section>
<br />
<section id="changelog" class="changeLog leftPadding cardbox">
<h2>Changelog</h2>
<ul>
<li><strong>v1.0</strong>
<ul>
<li>Initial release</li>
</ul>
</li>
<li><strong>v1.1</strong>
<ul>
<li>Support for mobile networks</li>
</ul>
</li>
<li><strong>v1.3</strong>
<ul>
<li>More backup intervals</li>
<li>Better support for tablets</li>
</ul>
</li>
<li><strong>v2.0</strong>
<ul>
<li>Smaller memory footprint</li>
<li>Selective File Support (SFS)</li>
<li>Better support for large files</li>
</ul>
</li>
<li><strong>v2.1</strong>
<ul>
<li>Override previous backups</li>
<li>Various bugfixes</li>
</ul>
</li>
</ul>
</section>
<br/>
<section id="upgrading" class=" cardbox leftPadding">
<h2>Upgrading from v1 to v2</h2>
<p>You will receive the update automatically by Google Play.</p>
<h3>Things you need to do</h3>
<p>
As the core of the app improved and changed dramatically, we could not save all your preferences.<br/>
You will need to <strong>reselect the folders and/or files you want to backup</strong>.<br/>
The backup interval and other settings are saved and reconfigured for you during the update process.
</p>
</section>
<footer class="text-center">Copyright © Setarit
<script type="text/javascript">
var d = new Date();
document.write(d.getFullYear());
</script>
- Google Play and the Google Play logo are trademarks of Google Inc.</footer>
</div>
<!-- END content -->
<!-- Scripts -->
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/jquery-ui.min.js"></script>
<script src="js/vendor/fastclick.js"></script>
<script src="js/vendor/foundation.min.js"></script>
<script type="text/javascript">
$(document).foundation();
</script>
</body>
</html>