about summary refs log tree commit diff
path: root/nixos/modules/services/backup/borgbackup.nix
AgeCommit message (Expand)AuthorFilesLines
8 daysborgbackup: Use RequiresMountsFor to require that the repo is mountedTom Sydney Kerckhove1-0/+3
2024-05-23nixos/snapper, nixos/borgbackup: Fix module doc typoMatt Kline1-1/+1
2024-05-09nixos/borgbackup: add an option to ignore warningsGuillaume Girol1-6/+26
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-43/+43
2024-04-09Merge pull request #301528 from Mic92/borgbackup-fixJörg Thalheim1-0/+1
2024-04-06nixos/borgbackup: fix directory ownership regressionBjørn Forsman1-0/+3
2024-04-04nixos/borgbackup: fix network-online.target warningJörg Thalheim1-0/+1
2023-12-29nixos/borgbackup: replace activationScript via tmpfilesnikstur1-14/+9
2023-12-06nixos/borgbackup: add `listOf str` types to `extraArgs`h7x41-15/+18
2023-11-30treewide: replace `mkPackageOptionMD` with `mkPackageOption`h7x41-1/+1
2023-10-07nixos/borgbackup: add package optionamesgen1-4/+7
2023-06-24treewide: use optionalString instead of 'then ""'Felix Buehler1-1/+1
2023-05-14nixos/borgbackup: fix extraCompactArgsSophie Tauchert1-1/+1
2023-04-11nixos/borgbackup: run compact after pruneajs1241-0/+10
2023-01-27nixos/manual: render module chapters with nixos-render-docspennae1-1/+1
2022-12-28nixos/borgbackup: fix ~/.cache, ~/.config ownershipBjørn Forsman1-2/+3
2022-12-17Merge pull request #205479 from IzumiRaine/borgbackup-patternsNaïm Favier1-1/+21
2022-12-17Merge pull request #198239 from jacobgreenleaf/jacobg-borg-inhibitRyan Lahfa1-4/+21
2022-12-10nixos/borgbackup: add option "patterns"Izumi Raine1-1/+21
2022-12-10nixos/borgbackup: fix newline escaping with optional arguments Naïm Favier1-1/+1
2022-12-07nixos/borgbackup: change --prefix to --glob-archivesBjørn Forsman1-1/+1
2022-12-04nixos/borgbackup: Add option for inhibiting sleepJacob Greenleaf1-4/+21
2022-09-26treewide: makeWrapper to nativeBuildInputsArtturin1-1/+1
2022-08-14Merge pull request #179896 from erikarvstedt/fix-bash-exit-handlerSebastián Mancilla1-3/+1
2022-08-06nixos/*: automatically convert option docspennae1-6/+6
2022-08-05nixos/*: normalize manpage references to single-line formpennae1-4/+2
2022-07-30treewide: automatically md-convert option descriptionspennae1-87/+87
2022-07-02treewide: fix bash exit handlersErik Arvstedt1-3/+1
2022-01-20nixos/borgbackup: remove literalDocBook in descriptionNaïm Favier1-1/+1
2022-01-18nixos/borgbackup: move systemd.timers logic into single blockFelix Buehler1-2/+4
2022-01-17nixos/borgbackup: start remote backup only if network is availableFelix Buehler1-0/+2
2022-01-17nixos/borgbackup: Add a persistentTimer option.blargg1-0/+24
2022-01-16nixos/borgbackup: allow empty archive base nameWinter1-5/+6
2021-12-03Revert "nixos/borgbackup: specify systemd WorkingDirectory"Kerstin Humm1-1/+0
2021-10-31nixos/borgbackup: specify systemd WorkingDirectoryKerstin Humm1-0/+1
2021-10-22nixos/borgbackup: allow dump scripts as stdin inputspennae1-8/+35
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-8/+5
2021-09-12nixos: define the primary group of users where neededGuillaume Girol1-0/+1
2021-08-15treewide: runCommandNoCC -> runCommandRobert Hensing1-1/+1
2021-04-14nixos/users: require one of users.users.name.{isSystemUser,isNormalUser}Symphorien Gibol1-0/+1
2020-04-02nixos/borgbackup: fix evaluationJörg Thalheim1-1/+1
2020-04-01borgbackup: Moved documentation to NixOS manual and added examples forNiklaus Giger1-1/+27
2019-12-26nixos/borgbackup: install job wrappers to systemPackages for easy borg accessYorick van Pelt1-3/+24
2019-10-14nixos/borgbackup: add option to allow removable devicesMaximilian Bosch1-6/+19
2019-01-10nixos/borgbackup: use coercedTo instead of apply on `paths` (#53756)Yorick1-2/+1
2018-11-30nixos/borgbackup: allow paths to be empty or relative (#51275)Robert Schütz1-1/+1
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-05-24nixos/borgbackup: make extraArgs a shell variableRobert Schütz1-7/+7
2018-05-24nixos/borgbackup: let borg write to disk and see /tmp, add extraArgsSimon Lackerbauer1-6/+42
2018-03-19nixos/borgbackup: initRobert Schütz1-0/+580