<?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>borgbackup — LowEndSpirit</title>
        <link>https://lowendspirit.com/index.php?p=/</link>
        <pubDate>Thu, 04 Jun 2026 03:40:02 +0000</pubDate>
        <language>en</language>
            <description>borgbackup — LowEndSpirit</description>
    <atom:link href="https://lowendspirit.com/index.php?p=/discussions/tagged/borgbackup/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>BorgBase Halloween Promotion: 30% off for New Users, 10 GB Free Forever 👻 🎃</title>
        <link>https://lowendspirit.com/index.php?p=/discussion/4793/borgbase-halloween-promotion-30-off-for-new-users-10-gb-free-forever</link>
        <pubDate>Sun, 30 Oct 2022 22:05:14 +0000</pubDate>
        <category>Offers</category>
        <dc:creator>m4nu</dc:creator>
        <guid isPermaLink="false">4793@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>You know what's even scarier than old 👻 or haunted 🎃? Losing your precious data! So if you haven't sorted out your backups yet or look to make them more reliable, we have a great promotion for you.</p>

<p>BorgBase offers simple and secure offsite backups based on Borg Backup. Here is why you should choose us over simple storage providers, if you have valuable data to back up:</p>

<ul>
<li>Get alerts on missed backups (email, Pushover, webhooks)</li>
<li>Append-only mode to protect existing data</li>
<li>Every repository in your account is isolated. No need to deal with sub-accounts.</li>
<li>Server-side clean-up: We take care of regularly <a rel="nofollow" href="https://docs.borgbase.com/faq/#how-can-i-prune-append-only-repositories">compacting</a> old data to make your backup runs even faster and save space.</li>
<li>Compression and deduplication to reduce space usage and transfers</li>
<li>Zero trust: Your data is encrypted locally and we never see its contents</li>
<li>Choose between EU and US backup locations for each repository or mix them as needed</li>
<li>Choose the Borg version to use, with version 2 (beta3) tested to be up to 3-5x faster for some operations.</li>
<li>All plans come with a <a rel="nofollow" href="https://docs.borgbase.com/pricing/#flexible-ex-post-billing">flexible quota</a> of up to 8 TB. So you can use the storage you pay for more effectively and cover temporary peaks.</li>
<li>We have the <a rel="nofollow" href="https://docs.borgbase.com/">best documentation</a> with copy &amp; paste commands for many platforms, like <a rel="nofollow" href="https://docs.borgbase.com/setup/synology/">Synology</a> and <a rel="nofollow" href="https://docs.borgbase.com/setup/ansible/">Ansible</a>.</li>
<li>Free expert support provided by maintainers of the software, who will help you solve most issues quickly.</li>
<li>We maintain <a rel="nofollow" href="https://vorta.borgbase.com/">Vorta</a>, our own desktop backup client and sponsor the development of <a rel="nofollow" href="https://borgbackup.readthedocs.io/">Borg</a>, <a rel="nofollow" href="https://torsion.org/borgmatic/">Borgmatic</a> and <a rel="nofollow" href="https://gitlab.gnome.org/World/pika-backup">Pika Backup</a> to give you a large selection of great open source clients to use.</li>
</ul>

<p>To celebrate Halloween and the upcoming release of Borg's next major version 2.0, we are offering 30% off all yearly plans for new users, who never had a paid plan. Just use code <strong>HALL22</strong> during checkout before Nov 6.</p>

<p>Available plans:</p>

<ul>
<li>Free Plan, 10 GB: free forever</li>
<li>Small Plan, 100 GB: $16.8/year</li>
<li>Medium Plan, 1 TB: $56/year</li>
<li>Large Plan, 2 TB: $105/year</li>
</ul>

<p>Prices are after discount, renewal after 1 year will be at full price.</p>

<p>We can also offer custom plans ($4-5/TB/month) for even greater storage needs.</p>

<p>Happy Halloween and always encrypt your backups! 😉</p>
]]>
        </description>
    </item>
    <item>
        <title>What does your backup setup look like?</title>
        <link>https://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://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>
