summaryrefslogtreecommitdiff
path: root/gemfeed/2016-04-03-offsite-backup-with-zfs.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-19 21:58:59 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-19 21:58:59 +0100
commitb10f05866d850ec4455bbd6f8305e0036adb9e72 (patch)
tree6a7cf7d7c77e41830a08b6cdbd5f74b3e5365499 /gemfeed/2016-04-03-offsite-backup-with-zfs.html
parent27ed46c9129db86669052d4e7211340da1081d89 (diff)
Publishing new version
Diffstat (limited to 'gemfeed/2016-04-03-offsite-backup-with-zfs.html')
-rw-r--r--gemfeed/2016-04-03-offsite-backup-with-zfs.html52
1 files changed, 50 insertions, 2 deletions
diff --git a/gemfeed/2016-04-03-offsite-backup-with-zfs.html b/gemfeed/2016-04-03-offsite-backup-with-zfs.html
index ccab3890..104ba814 100644
--- a/gemfeed/2016-04-03-offsite-backup-with-zfs.html
+++ b/gemfeed/2016-04-03-offsite-backup-with-zfs.html
@@ -75,5 +75,53 @@ h2, h3 {
<p>I am thinking of buying a second 2TB USB drive and to set it up the same way as the first one. So I could alternate the backups. One drive would be at the secret location, and the other drive would be at home. And these drives would swap location after each cycle. This would give some security about the failure of that drive and I would have to go to the secret location only once (swapping the drives) instead of twice (picking that drive up in order to update the data + bringing it back to the secret location).</p>
<p>E-Mail me your thoughts at comments@mx.buetow.org!</p>
<a class="textlink" href="../">Go back to the main site</a><br />
-</body>
-</html>
+<!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" lang="en" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Offsite backup with ZFS</title>
+<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
+<style type="text/css">
+body {
+ margin: auto;
+ max-width: 900px;
+ background-color: #FFFFEF;
+ border: 1px dashed #880000;
+ border-radius: 8px;
+ padding: 5px;
+}
+img {
+ display:block;
+ max-width: 80%;
+}
+a.textlink:before {
+ content: " ⇒ ";
+ padding-left: 2px;
+}
+a.textlink {
+ text-decoration: none;
+ color: #FF0000;
+}
+a.textlink:hover {
+ text-decoration: underline;
+}
+i {
+ color: #48AAAD;
+}
+pre {
+ background-color: #F1F8E9;
+ border: 1px dashed #BB0000;
+ border-radius: 8px;
+ padding: 5px;
+ font-family: "Lucida Console", "Courier New", monospace;
+}
+h1 {
+ text-align: center;
+ color: #880000;
+}
+h2, h3 {
+ color: #BB0000;
+}
+</style>
+</head>
+<body>