Updated backup-fun excludes
This commit is contained in:
parent
c9779a8b3f
commit
85278c4c27
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue