Added vscode and rambox to backup-home exclusions
This commit is contained in:
parent
ab20ec2063
commit
7ee451668a
1 changed files with 2 additions and 0 deletions
|
@ -84,10 +84,12 @@ function backup-home() {
|
||||||
--exclude=psi-jack/.alchemynext/cache \
|
--exclude=psi-jack/.alchemynext/cache \
|
||||||
--exclude=psi-jack/.alchemynext/wine \
|
--exclude=psi-jack/.alchemynext/wine \
|
||||||
--exclude=psi-jack/.cache \
|
--exclude=psi-jack/.cache \
|
||||||
|
--exclude=psi-jack/.config/rambox \
|
||||||
--exclude=psi-jack/.firestorm_x64/cache \
|
--exclude=psi-jack/.firestorm_x64/cache \
|
||||||
--exclude=psi-jack/.thunderbird \
|
--exclude=psi-jack/.thunderbird \
|
||||||
--exclude=psi-jack/.steam \
|
--exclude=psi-jack/.steam \
|
||||||
--exclude=psi-jack/.var \
|
--exclude=psi-jack/.var \
|
||||||
|
--exclude=psi-jack/.vscode \
|
||||||
-cvvf "${target}/${archive}/${hostname}/${hostname}-${date}_home.tar" \
|
-cvvf "${target}/${archive}/${hostname}/${hostname}-${date}_home.tar" \
|
||||||
psi-jack
|
psi-jack
|
||||||
zstd --rm -6 "${target}/${archive}/${hostname}/${hostname}-${date}_home.tar"
|
zstd --rm -6 "${target}/${archive}/${hostname}/${hostname}-${date}_home.tar"
|
||||||
|
|
Loading…
Reference in a new issue