summaryrefslogtreecommitdiff
path: root/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-03-15 01:22:07 +0200
committerPaul Buetow <paul@buetow.org>2023-03-15 01:22:07 +0200
commit2bd9de6bd3647b58f319301c5d599ca4aa20a763 (patch)
treee12e7e91254166cd462ef4360b2962e671f9ab18 /gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
parent246d0f921bbc3e87103f59fc8b7f8d2cb2bc9f76 (diff)
Update content for html
Diffstat (limited to 'gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html')
-rw-r--r--gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html b/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
index 34c71990..1316fdc0 100644
--- a/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
+++ b/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
@@ -30,7 +30,7 @@
<p>Whenever I update the offsite backup, I am doing it to the drive, which is kept locally. Afterwards, I bring it to the secret location, swap the drives, and bring the other back home. This ensures that I will always have an offsite backup available at a different location than my home - even while updating one copy of it.</p>
<p>Furthermore, I added scrubbing ("zpool scrub...") to the script. It ensures that the file system is consistent and that there are no bad blocks on the disk and the file system. To increase the reliability, I also run a "zfs set copies=2 zroot". That setting is also synchronized to the offsite ZFS pool. ZFS stores every data block to disk twice now. Yes, it consumes twice as much disk space, making it better fault-tolerant against hardware errors (e.g. only individual disk sectors going bad). </p>
<p>E-Mail your comments to hi@paul.cyou :-)</p>
-<a class="textlink" href="../">Go back to the main site</a><br />
+<a class="textlink" href="./index.html">More entries</a><br />
<p class="footer">
Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> |
served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> |