This commit is contained in:
John Lancaster
2025-07-28 19:55:01 -05:00
parent e31c9b911d
commit b477744d9b

View File

@@ -2,7 +2,7 @@
{
base = {
repository = "local:/mnt/backup";
passwordFile = "${config.xdg.configHome}/resticprofile/password.txt";
password-file = "${config.xdg.configHome}/resticprofile/password.txt";
status-file = "{{ .ConfigDir }}/backup-status.json";
retention = {
after-backup = true;
@@ -13,7 +13,19 @@
};
backup = {
verbose = true;
# exclude-file = "{{ .ConfigDir }}/profiles/excludes";
exclude = [
".vscode-server"
".cache"
".venv"
".pyenv"
"data/postgres"
"build"
"__pycache__"
"*.log"
"*.egg-info"
"*.csv"
"*.m4a"
];
schedule-permission = "system";
schedule-priority = "background";
check-after = true;