<div dir="ltr"><div dir="ltr">On Tue, May 20, 2025 at 2:40\u202fPM Chris Frey &lt;<a href="mailto:cdfrey@foursquare.net">cdfrey@foursquare.net</a>&gt; wrote:</div><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, May 20, 2025 at 02:02:04PM -0400, John Van Ostrand wrote:<br>
&gt; Do you keep detailed notes of household information? If so, what do you use?<br>
<br>
I use mediawiki for my wiki documentation.  But since I store that<br>
in the cloud, and since it is more complex to get going than a simple<br>
document in cases of disaster recovery, I don&#39;t store super-private<br>
information in there.<br></blockquote><div><br></div><div>I prefer to use the cloud for as little as possible. One reason I used a VPS for VPN services was that it replaces a dynamic DNS charge and keeps me from having to buy cloud storage for files I want access to remotely and allows me to use ISPs that put me behind a NAT. Although I haven&#39;t saved anything yet, the next ISP change will save me money.</div><div><br></div><div>As you know we used TWiki at Net Direct, and I kept that at home for a while. It was way too slow on earlier Raspis, so I switched to Dokuwiki. </div><div><br></div><div>I&#39;ve had to recover the wiki server using documents in the wiki. Fortunately the data is stored as .txt files under /var/lib/dokuwiki/data/pages so it&#39;s pretty easy to read a backup.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I back it up with rsync and a mysqldump that gets flattened into a git repo,<br>
just in case I need to go back in time due to some externally caused<br>
loss of wiki-history.<br></blockquote><div><br></div><div>I&#39;ve been using rsnapshot for backups. It backs up to a filesystem using rsync and ssh. I can easily add new systems, I can easily change the rotation and generations. And best yet, It stores the backup as a subdirectory so I can easily browse for files without needing to remember recovery tools. It uses hard links for duplicate files. It&#39;s not smart enough to store only diff files, or to merge identical files from different sources, but given my use it&#39;s not a big deal.  I also don&#39;t backup the entire system, /etc/, /home (less Downloads and cache), and /usr/local, as well as application specific data like database files, web files, etc.</div></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>John Van Ostrand<br></div><div>At large on sabbatical<br></div><br></div></div></div>