1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 21:01:07 +01:00

2 Commits

Author SHA1 Message Date
6d681e9f43 feat(restic): more sensible times 2022-01-21 19:14:45 +01:00
c9248ae9b9 fix(vim): fugitive command 2022-01-19 13:51:30 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ in
services.restic.backups.niveum = {
initialize = true;
inherit (restic) repository;
timerConfig = { OnCalendar = "00:05"; RandomizedDelaySec = "5h"; };
timerConfig = { OnCalendar = "8:00"; RandomizedDelaySec = "1h"; };
passwordFile = toString <secrets/restic/password>;
extraBackupArgs = [
"--exclude=/home/kfm/projects/nixpkgs/.git"

View File

@@ -17,7 +17,7 @@ let maplocalleader="\\"
" noremap <Leader>h :<C-u>split<CR>
" noremap <Leader>v :<C-u>vsplit<CR>
noremap <Leader>gs :Git status<CR>
noremap <Leader>gs :Git<CR>
noremap <Leader>gc :Git commit<CR>
noremap <leader>n :bn<CR>
noremap <leader>p :bp<CR>

View File

@@ -30,7 +30,7 @@ in
services.restic.backups.niveum = {
initialize = true;
inherit (restic) repository;
timerConfig = { OnCalendar = "00:05"; RandomizedDelaySec = "5h"; };
timerConfig = { OnCalendar = "daily"; RandomizedDelaySec = "1h"; };
passwordFile = toString <secrets/restic/password>;
paths = [
"/var/lib/codimd"

View File

@@ -29,7 +29,7 @@ in
services.restic.backups.moodle-dl = {
initialize = true;
inherit (restic) repository;
timerConfig = { OnCalendar = "daily"; RandomizedDelaySec = "5h"; };
timerConfig = { OnCalendar = "daily"; RandomizedDelaySec = "1h"; };
passwordFile = toString <secrets/restic/password>;
paths = [
"/var/lib/moodle-dl"