modules/backup: exclude trash from backup

This commit is contained in:
Infinidoge 2024-04-28 18:28:59 -04:00
parent 7899393d71
commit 8f79f11b4c
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -64,6 +64,7 @@ in
"*/cache2"
"*/Cache"
".local/share/Steam"
".local/share/Trash"
];
};