added excludes

This commit is contained in:
John Lancaster
2025-12-07 22:01:39 -06:00
parent 7fd49dcfd5
commit 422f662a64

View File

@@ -14,11 +14,13 @@
backup = { backup = {
verbose = true; verbose = true;
exclude = [ exclude = [
".vscode*"
".cache" ".cache"
".devenv"
".rustup"
".cargo"
".venv" ".venv"
".pyenv" ".pyenv"
".devenv" ".vscode*"
"data/postgres" "data/postgres"
"build" "build"
"__pycache__" "__pycache__"
@@ -33,6 +35,8 @@
"dist" "dist"
"/home/*/Pictures" "/home/*/Pictures"
"/home/*/Videos" "/home/*/Videos"
"/home/*/go"
"/home/*/snap"
]; ];
schedule-permission = "user"; schedule-permission = "user";
schedule-priority = "background"; schedule-priority = "background";