From 97e97e1b44a0c56fd003f1f6babb3379eb4a8969 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 4 Nov 2024 20:27:02 -0500 Subject: [PATCH] Added Downloads.old to backup-home exclusions --- .bashrc.d/backup-func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc.d/backup-func b/.bashrc.d/backup-func index 2befd78..6091dcd 100644 --- a/.bashrc.d/backup-func +++ b/.bashrc.d/backup-func @@ -67,7 +67,7 @@ function backup-vivaldi() { mkdir -p "${target}/${archive}/${hostname}" pushd "$HOME" &>/dev/null - tar -cvvf "${target}/${archive}/${hostname}/${hostname}-${date}_vivaldi.tar" .config/vivaldi + tar -cvvf "${target}/${archive}/${hostname}/${hostname}-${date}_vivaldi.tar" .config/vivaldi/Default zstd --rm -6 "${target}/${archive}/${hostname}/${hostname}-${date}_vivaldi.tar" popd &>/dev/null } @@ -112,6 +112,7 @@ function backup-home() { --exclude=psi-jack/.local/share/lutris \ --exclude=psi-jack/Audible \ --exclude=psi-jack/Downloads \ + --exclude=psi-jack/Downloads.old \ --exclude=psi-jack/Games \ --exclude=psi-jack/"GOG Games" \ --exclude=psi-jack/ISO \