From 85278c4c276b2e45d6c3e4beb659f0d88ba23da1 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 4 Nov 2024 19:48:58 -0500 Subject: [PATCH] Updated backup-fun excludes --- .bashrc.d/backup-func | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.bashrc.d/backup-func b/.bashrc.d/backup-func index c368ede..68c0aa5 100644 --- a/.bashrc.d/backup-func +++ b/.bashrc.d/backup-func @@ -67,19 +67,24 @@ function backup-home() { mkdir -p "${target}/${archive}/${hostname}" pushd /home &>/dev/null - tar --exclude=psi-jack/.local/share/Steam \ + tar \ + --exclude=psi-jack/.local/share/Trash \ + --exclude=psi-jack/.local/share/Steam \ --exclude=psi-jack/.local/share/bottles \ --exclude=psi-jack/.local/share/lutris \ - --exclude=psi-jack/Games \ --exclude=psi-jack/Downloads \ + --exclude=psi-jack/Games \ --exclude=psi-jack/"GOG Games" \ --exclude=psi-jack/ISO \ + --exclude=psi-jack/Libation \ --exclude=psi-jack/Music \ --exclude=psi-jack/Vaults \ --exclude=psi-jack/tmp \ + --exclude=psi-jack/.alchemynext/cache --exclude=psi-jack/.cache \ --exclude=psi-jack/.firestorm_x64/cache \ --exclude=psi-jack/.thunderbird \ + --exclude=psi-jack/.steam \ --exclude=psi-jack/.var \ -cvvf "${target}/${archive}/${hostname}/${hostname}-${date}_home.tar" \ psi-jack