Added Downloads.old to backup-home exclusions
This commit is contained in:
parent
607e000a11
commit
97e97e1b44
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue