about summary refs log tree commit diff
path: root/nixos/modules/services/backup/borgbackup.nix
AgeCommit message (Expand)AuthorFilesLines
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