Added browser profiles being backed up since already handled individually

This commit is contained in:
Eric Renfro 2024-11-04 20:31:29 -05:00
parent 97e97e1b44
commit 5ca51abeb6
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -29,8 +29,8 @@ function backup-firefox() {
mkdir -p "${target}/${archive}/${hostname}"
pushd "$HOME/.mozilla" &>/dev/null
tar -cvvf "${target}/${archive}/${hostname}/${hostname}-${date}_firefox.tar" firefox
pushd "$HOME" &>/dev/null
tar -cvvf "${target}/${archive}/${hostname}/${hostname}-${date}_firefox.tar" .mozilla/firefox
zstd --rm -6 "${target}/${archive}/${hostname}/${hostname}-${date}_firefox.tar"
popd &>/dev/null
}
@ -124,7 +124,9 @@ function backup-home() {
--exclude=psi-jack/.alchemynext/wine \
--exclude=psi-jack/.cache \
--exclude=psi-jack/.config/rambox \
--exclude=psi-jack/.config/vivaldi/Default \
--exclude=psi-jack/.firestorm_x64/cache \
--exclude=psi-jack/.mozilla/firefox \
--exclude=psi-jack/.thunderbird \
--exclude=psi-jack/.steam \
--exclude=psi-jack/.var \