<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BorgBase on paapereira.xyz</title><link>https://paapereira.xyz/tags/borgbase/</link><description>Recent content in BorgBase on paapereira.xyz</description><generator>Hugo</generator><language>en-US</language><copyright>&lt;a href='https://creativecommons.org/licenses/by-nc/4.0/' target='_blank' rel='noopener'>©&lt;/a> 2008-2026 / &lt;a href='https://gitlab.com/paapereira/paapereira.gitlab.io' target='_blank' rel='noopener'>source code&lt;/a></copyright><lastBuildDate>Wed, 23 Sep 2020 17:46:20 +0100</lastBuildDate><atom:link href="https://paapereira.xyz/tags/borgbase/index.xml" rel="self" type="application/rss+xml"/><item><title>System backups with BorgBackup and BorgBase</title><link>https://paapereira.xyz/posts/2020/09/system-backups-borg/</link><pubDate>Wed, 23 Sep 2020 17:46:20 +0100</pubDate><guid>https://paapereira.xyz/posts/2020/09/system-backups-borg/</guid><description>&lt;p>Since my last &lt;a href="https://paapereira.xyz/posts/borg/">post&lt;/a> on &lt;a href="https://www.borgbackup.org/">BorgBackup&lt;/a> and &lt;a href="https://www.borgbase.com/">BorgBase&lt;/a>, I have subscribed to a 1 TB annual plan and have my daily and weekly /home backups running.&lt;/p>
&lt;p>The next thing to setup is my system backups. For this (for now) I’m using a more weekly manually approach.&lt;/p>
&lt;h2 id="installation">Installation&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo pacman -S borg
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="setup">Setup&lt;/h2>
&lt;ul>
&lt;li>Create a new key to use in your backups (&lt;em>leave the password blank, I couldn&amp;rsquo;t get it to work witch a password&lt;/em>)&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo ssh-keygen -o -a &lt;span style="color:#ae81ff">100&lt;/span> -t ed25519
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Add your key to BorgBase (Account &amp;gt; SSH Keys)&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo cat /root/.ssh/id_ed25519.pub
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>
&lt;p>Create a new ‘desktop-system’ Repository in BorgBase and associate your SSH Key&lt;/p></description></item><item><title>Remote backups using BorgBackup, Vorta and BorgBase</title><link>https://paapereira.xyz/posts/2020/08/borg/</link><pubDate>Sun, 23 Aug 2020 20:11:14 +0100</pubDate><guid>https://paapereira.xyz/posts/2020/08/borg/</guid><description>&lt;p>I’ve been using a mix of my own scripts with tar/gpg and &lt;a href="https://paapereira.xyz/tags/duplicity">duplicity&lt;/a> to manage my backups (local and remote).&lt;/p>
&lt;p>For some time now duplicity has been my choice, but lately it seems that every time a backup is interrupted it doesn’t restart at the archive it was at, but it starts from the beginning.&lt;/p>
&lt;p>Since I have many GB to backup, every time duplicity performs a full backup this is a problem because I have to leave my desktop on for many hours. Also the fans start doing overtime and my little &lt;a href="https://paapereira.xyz/tags/nuc">nuc&lt;/a> starts heating up.&lt;/p></description></item></channel></rss>