diff options
author | Emile <git@emile.space> | 2025-01-28 00:36:55 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-01-28 00:36:55 +0100 |
commit | 9862361d098f49673419ef5980e1b2abb2c96fb3 (patch) | |
tree | f76c1afcd64722abe6fa1ec0e87cd29acc31c2c5 /nix/hosts/corrino/www/md.emile.space.nix | |
parent | e9830bd8b211c122de8020719a71b55eb47866d3 (diff) |
corrino: hedgedoc comment out restic backups
Diffstat (limited to 'nix/hosts/corrino/www/md.emile.space.nix')
-rw-r--r-- | nix/hosts/corrino/www/md.emile.space.nix | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/nix/hosts/corrino/www/md.emile.space.nix b/nix/hosts/corrino/www/md.emile.space.nix index fc5df26..6088ea0 100644 --- a/nix/hosts/corrino/www/md.emile.space.nix +++ b/nix/hosts/corrino/www/md.emile.space.nix @@ -86,27 +86,27 @@ }; # backups - services.restic.backups."hedgedoc" = { - user = "u331921"; - timerConfig = { - OnCalendar = "daily"; - Persistent = true; - }; - # repository = "stfp:u331921@u331921.your-storagebox-de:23/restic"; - repository = "/mnt/storagebox-bx11/backup/hedgedoc"; - initialize = true; # initializes the repo, don't set if you want manual control - passwordFile = config.age.secrets.restic_password.path; - paths = [ "/var/lib/hedgedoc/" ]; - pruneOpts = [ - "--keep-daily 7" - "--keep-weekly 5" - "--keep-monthly 12" - "--keep-yearly 75" - ]; - - # extraOpts = [ - # "sftp.command='ssh backup@192.168.1.100 -i /home/user/.ssh/id_rsa -s sftp'" - # ]; - }; + # services.restic.backups."hedgedoc" = { + # user = "u331921"; + # timerConfig = { + # OnCalendar = "daily"; + # Persistent = true; + # }; + # # repository = "stfp:u331921@u331921.your-storagebox-de:23/restic"; + # repository = "/mnt/storagebox-bx11/backup/hedgedoc"; + # initialize = true; # initializes the repo, don't set if you want manual control + # passwordFile = config.age.secrets.restic_password.path; + # paths = [ "/var/lib/hedgedoc/" ]; + # pruneOpts = [ + # "--keep-daily 7" + # "--keep-weekly 5" + # "--keep-monthly 12" + # "--keep-yearly 75" + # ]; + + # # extraOpts = [ + # # "sftp.command='ssh backup@192.168.1.100 -i /home/user/.ssh/id_rsa -s sftp'" + # # ]; + # }; } |