From 21c894dd6f58b09e8aef3a22976c73c9b81acaa1 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 19 Jul 2025 19:39:09 +0200 Subject: [PATCH] less raw html --- content/posts/borg-backup/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/posts/borg-backup/index.md b/content/posts/borg-backup/index.md index 668a7f6..8cfcbfc 100644 --- a/content/posts/borg-backup/index.md +++ b/content/posts/borg-backup/index.md @@ -6,9 +6,6 @@ categories: [backup] tags: [backup] url: /posts/borg-backup/ author: "Christoph Cullmann" -resources: - - name: "featured-image-preview" - src: "images/borg-backup-logo.png" --- Backup is always something you under-appreciate until you need it. @@ -51,7 +48,7 @@ duplicity is just nicely installable via pkg there, too! I investigated a bit more what I could use as duplicity replacement, and ended up giving [BorgBackup](https://www.borgbackup.org/) a try. -
+{{< image src="/posts/borg-backup/images/borg-backup-logo.png" alt="BorgBackup" >}} The [documentation](https://borgbackup.readthedocs.io/en/stable/) is a nice starting point, beside that, you find plenty of useful tutorial online.