about summary refs log tree commit diff
path: root/nixos/modules/services/backup/restic.nix
AgeCommit message (Expand)AuthorFilesLines
2024-05-04nixos/restic: Add runCheck optionKai Norman Clasen1-5/+14
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-20/+20
2023-12-13nixos/restic: append PATH in wrappers instead of overwritingajs1241-1/+2
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-11-07nixos/restic: allow timer to be disabledRobert Obryk1-3/+5
2023-11-01nixos/restic: fix #264696 and add a regression testRobert Obryk1-3/+3
2023-10-27nixos/restic: remove s3CredentialsFile optionAlyssa Ross1-14/+1
2023-10-26Merge pull request #212087 from robryk/resticpathsPeder Bergebakken Sundt1-11/+14
2023-09-09Merge pull request #251062 from ajs124/restic-wrapper-scriptJanik1-2/+30
2023-08-28nixos/restic: add wrapper scripts that set parameters for backupajs1241-1/+29
2023-08-28nixos/restic: use openssh as configured in programs.sshajs1241-1/+1
2023-08-18nixos/restic: wait for network-online for timed backupsHugh O'Brien1-0/+2
2023-08-16nixos/backups/restic: handle cases when both dynamicFileFrom and paths are setRobert Obryk1-11/+14
2023-06-25treewide: use optional instead of 'then []'Felix Buehler1-1/+1
2023-05-15restic: add persistent default for timer unitJanik H1-0/+2
2023-04-30nixos/restic: use private tmp for service unitElias Probst1-0/+1
2023-04-07treewide: use more lib.optionalStringFelix Buehler1-1/+1
2023-03-11nixos/restic: generalize cache configurationAlvar Penning1-3/+4
2023-01-22Merge pull request #204386 from robryk/resticassertNick Cao1-1/+22
2023-01-11nixos/restic: add exclude parameterRobert Obryk1-1/+18
2023-01-11nixos/restic: assert that repository name is specifiedRobert Obryk1-0/+4
2023-01-03nixos/doc: fix some manpage referencesNaïm Favier1-1/+1
2022-10-12Merge pull request #188881 from shadaj/patch-4Thiago Kenji Okada1-2/+14
2022-10-12nixos/restic: make it possible to use the existing backup cache for prune/checkShadaj Laddad1-2/+14
2022-08-31nixos/*: convert more partially-md option descriptionspennae1-3/+3
2022-08-09Merge pull request #182831 from otavio/topic/use-postStop-for-resticThiago Kenji Okada1-1/+1
2022-08-03nixos/*: automatically convert option docs to MDpennae1-1/+1
2022-08-02Merge pull request #183491 from pennae/automatic-md-conversionspennae1-27/+27
2022-07-30treewide: automatically md-convert option descriptionspennae1-27/+27
2022-07-27nixos/restic: add 'backups.package' option to override the restic package (#1...Alan Strohm1-1/+10
2022-07-25nixos/restic: use postStop for `backupCleanupCommand`Otavio Salvador1-1/+1
2022-06-03nixos/restic: add backup{Prepare,Cleanup}Command optionsOtavio Salvador1-3/+27
2022-06-03nixos/restic: add new repositoryFile optionOtavio Salvador1-1/+11
2022-06-02nixos/restic: reformatOtavio Salvador1-64/+74
2021-11-20Move systemd-lib.nix and systemd-unit-options.nix into utilsWill Fancher1-2/+2
2021-10-26nixos/restic: rename s3CredentialsFile to environmentFileeyjhb1-3/+15
2021-03-21restic: allow prune without backupMatt McHenry1-5/+8
2021-01-30nixos/restic: correct location of cache directoryElias Probst1-1/+3
2020-08-07nixos/modules: remove trailing whitespaceJörg Thalheim1-1/+1
2020-07-06nixos/restic: Add options for rclone repositoriesImran Hossain1-1/+65
2020-02-07fix pruneCmd to use optionals so multi-element list is preservedMatt McHenry1-1/+1
2020-01-30nixos/restic: use optionalString/optionalAttrs where possibleJörg Thalheim1-26/+15
2020-01-30restic: add dynamicFilesFromMatt McHenry1-4/+37
2020-01-30restic: add support for pruningMatt McHenry1-1/+23
2019-01-23nixos/restic: change type of timerConfig option to attrsOf unitOptionLeOtaku1-1/+6
2018-08-01Merge pull request #44332 from jerith666/restic-s3-defaultMatthew Bauer1-0/+1
2018-08-01restic: add missing default for s3CredentialsFileMatt McHenry1-0/+1
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-07-20[bot]: remove unreferenced codevolth1-1/+0
2018-06-02restic: add s3CredentialsFile optionMatt McHenry1-0/+10