adjusted restic options
This commit is contained in:
@@ -14,10 +14,11 @@
|
|||||||
backup = {
|
backup = {
|
||||||
verbose = true;
|
verbose = true;
|
||||||
exclude = [
|
exclude = [
|
||||||
".vscode-server"
|
".vscode*"
|
||||||
".cache"
|
".cache"
|
||||||
".venv"
|
".venv"
|
||||||
".pyenv"
|
".pyenv"
|
||||||
|
".devenv"
|
||||||
"data/postgres"
|
"data/postgres"
|
||||||
"build"
|
"build"
|
||||||
"__pycache__"
|
"__pycache__"
|
||||||
@@ -25,6 +26,13 @@
|
|||||||
"*.egg-info"
|
"*.egg-info"
|
||||||
"*.csv"
|
"*.csv"
|
||||||
"*.m4a"
|
"*.m4a"
|
||||||
|
|
||||||
|
".local/share/Steam"
|
||||||
|
".local/share/Trash"
|
||||||
|
"build"
|
||||||
|
"dist"
|
||||||
|
"/home/*/Pictures"
|
||||||
|
"/home/*/Videos"
|
||||||
];
|
];
|
||||||
schedule-permission = "user";
|
schedule-permission = "user";
|
||||||
schedule-priority = "background";
|
schedule-priority = "background";
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ in {
|
|||||||
keep-daily = 7;
|
keep-daily = 7;
|
||||||
keep-weekly = 4;
|
keep-weekly = 4;
|
||||||
keep-monthly = 6;
|
keep-monthly = 6;
|
||||||
|
keep-yearly = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user