From 89b8b6283e6b18df38a4bdf98985ab44ac59301e Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 7 Dec 2020 11:39:03 +0000 Subject: [PATCH] BORG: Fixes backup dir --- borg/.local/share/bin/borg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/borg/.local/share/bin/borg b/borg/.local/share/bin/borg index 4990df01..7c65e671 100644 --- a/borg/.local/share/bin/borg +++ b/borg/.local/share/bin/borg @@ -31,11 +31,8 @@ borg create \ --exclude '/home/*/.ccache' \ --exclude '/home/*/Downloads' \ --exclude '/home/*/.dotfiles' \ - --exclude '/home/lost+found' \ - --exclude '*.img' \ - --exclude '*.iso' \ ::'{hostname}-{now}' \ - $HOME 2>&1 + /home 2>&1 backup_exit=$?