From e22bd8c4d7d012cf6625e32abed6fcf8485b4edb Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sun, 6 Dec 2020 16:06:50 +0100 Subject: [PATCH] Forgot a c in exclude --- secrets.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secrets.template b/secrets.template index 58bce51..e0e1e3a 100644 --- a/secrets.template +++ b/secrets.template @@ -11,7 +11,7 @@ export BORG_REPO='user@ho.st' export BORG_PASSPHRASE='passphrase' export BORG_EXCLUDES="\ -/path/to/exlude/* -/another/*/path/to/exlude/* +/path/to/exclude/* +/another/*/path/to/exclude/* /yet/another/*/one/ "