adjusted restic options

This commit is contained in:
John Lancaster
2025-08-01 22:58:52 -05:00
parent 324d3e3847
commit 553e691a8b
2 changed files with 10 additions and 1 deletions

View File

@@ -14,10 +14,11 @@
backup = {
verbose = true;
exclude = [
".vscode-server"
".vscode*"
".cache"
".venv"
".pyenv"
".devenv"
"data/postgres"
"build"
"__pycache__"
@@ -25,6 +26,13 @@
"*.egg-info"
"*.csv"
"*.m4a"
".local/share/Steam"
".local/share/Trash"
"build"
"dist"
"/home/*/Pictures"
"/home/*/Videos"
];
schedule-permission = "user";
schedule-priority = "background";

View File

@@ -33,6 +33,7 @@ in {
keep-daily = 7;
keep-weekly = 4;
keep-monthly = 6;
keep-yearly = 2;
};
};
};