---
title: "Backups with Restic: 2-year retrospective"
url: https://daily.dev/posts/backups-with-restic-2-year-retrospective-cntdwmgub
source_url: https://advancedweb.hu/backups-with-restic-2-year-retrospective
type: article
source: "Advanced Web Machinery"
published: 2026-06-21T20:51:58.118Z
updated: 2026-06-22T02:20:21.671Z
tags: ["linux", "aws-s3"]
reading_time: 11
upvotes: 11
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Backups with Restic: 2-year retrospective

**[Advanced Web Machinery](https://daily.dev/sources/advancedweb)** · 11 min read · 11 upvotes · 0 comments

## Summary

A 2-year retrospective on a personal backup setup using Restic with multiple backends including BorgBase and AWS S3. Covers the systemd-based client configuration, pruning strategies, S3 lifecycle rules (intelligent tiering, deep archive for deleted objects) to minimize costs (~$0.2/month for 40GB vs $0.92 standard), append-only mode for ransomware protection, mobile backups via Termux, and a custom Lambda/DynamoDB monitoring solution. Key lessons: Restic with systemd timers is rock-solid, append-only mode is essential, and the custom monitoring was overengineered compared to BorgBase's built-in alerting.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://advancedweb.hu/backups-with-restic-2-year-retrospective>

## Similar posts on daily.dev

- [Back Up Data to Object Storage Using Restic](https://daily.dev/posts/back-up-data-to-object-storage-using-restic-3nfodusez) · DigitalOcean Community · 0 upvotes · 0 comments
- [My entire backup strategy is a $70 external drive and two scheduled commands](https://daily.dev/posts/my-entire-backup-strategy-is-a-70-external-drive-and-two-scheduled-commands-venzn6uye) · XDA Developers · 0 upvotes · 0 comments
- [How to Back Up Your Server the Smart Way with Restic and Zerobyte GUI](https://daily.dev/posts/how-to-back-up-your-server-the-smart-way-with-restic-and-zerobyte-gui-lngzfug96) · Noted · 4 upvotes · 0 comments

---

Tags: [#linux](https://daily.dev/tags/linux), [#aws-s3](https://daily.dev/tags/aws-s3)

[View this post on daily.dev](https://daily.dev/posts/backups-with-restic-2-year-retrospective-cntdwmgub)
