From 9862361d098f49673419ef5980e1b2abb2c96fb3 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 28 Jan 2025 00:36:55 +0100 Subject: corrino: hedgedoc comment out restic backups --- nix/hosts/corrino/www/md.emile.space.nix | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'nix/hosts/corrino') 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'" + # # ]; + # }; } -- cgit 1.4.1