From 1625b9e510d1d0c5afc577deaed810a188149c33 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Fri, 20 May 2022 09:23:40 +0000
Subject: [PATCH] Borgbackup: Explain why we don't compress

---
 morph/lib/borgbackup.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/morph/lib/borgbackup.nix b/morph/lib/borgbackup.nix
index f90546ce..e71ca55e 100644
--- a/morph/lib/borgbackup.nix
+++ b/morph/lib/borgbackup.nix
@@ -55,6 +55,8 @@ in {
         environment = {
           BORG_RSH = "ssh -i /run/keys/borgbackup/ssh-key";
         };
+
+        # Ciphertext doesn't compress well
         compression = "none";
 
         # Start the backup at a different time per machine,
-- 
GitLab