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