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=$?