<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>wasabi — LowEndSpirit</title>
        <link>https://staging.lowendspirit.com/index.php?p=/</link>
        <pubDate>Mon, 06 Apr 2026 17:13:51 +0000</pubDate>
        <language>en</language>
            <description>wasabi — LowEndSpirit</description>
    <atom:link href="https://staging.lowendspirit.com/index.php?p=/discussions/tagged/wasabi/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>What does your backup setup look like?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/325/what-does-your-backup-setup-look-like</link>
        <pubDate>Sun, 15 Dec 2019 19:01:22 +0000</pubDate>
        <category>Technical</category>
        <dc:creator>ulayer</dc:creator>
        <guid isPermaLink="false">325@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Curious to see how everyone does their backups, this is how we do ours <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":smile:" alt=":smile:" height="18" />;</p>

<p>Currently we automate all of our backups using an Ansible role that manages our <a rel="nofollow" href="https://www.borgbackup.org/" title="borgbackup">borgbackup</a> server along with all of the borg clients. It adds/modifies scripts and crons on the clients (hypervisors) based on the variables we set and makes sure the clients can SSH into an unprivileged user and only access a specific directory as specified in <code>.ssh/authorized_keys</code> so it can push all of the data into a borg repo. Before it runs the borg portion of the script though, another tool on Proxmox (vzdump) backups up all of the VMs daily to the local disk and compresses them with pigz (multi-threaded gzip). Borg will then send all of the specified directories &amp; files to our remote borg server for safe keeping.</p>

<p>I just added support for rclone so that after the all of the clients finish their backups for the day, it will do a weekly <code>rclone sync</code> on the borg server to our bucket on <a rel="nofollow" href="https://wasabi.com/" title="Wasabi">Wasabi</a> object storage. I picked Wasabi, because they don't charge for egress (outgoing bandwidth). So in the event of a major disaster and we've lost our borg server, we could retrieve our borg repos from Wasabi.</p>
]]>
        </description>
    </item>
   </channel>
</rss>
