summary refs log tree commit diff
path: root/nixos/modules/services/backup/duplicity.nix
Commit message (Collapse)AuthorAge
* nixos/duplicity: fix typo in subcommandDima2021-06-27
| | | | | | In https://github.com/NixOS/nixpkgs/pull/120622 cleanup options were added, but `remove-all-inc-of-but-n-full` was misspelled and as such was not functioning.
* nixos/duplicity: add options to exercise all possible verbsGuillaume Girol2021-05-19
| | | | except restore ;)
* nixos/duplicity: add options to not keep backups foreverGuillaume Girol2021-04-25
| | | | | | | | | | Current module add backups forever, with no way to prune old ones. Add an option to remove backups after n full backups or after some amount of time. Also run duplicity cleanup to clean unused files in case some previous backup was improperly interrupted.
* nixos/duplicity: formatGuillaume Girol2021-04-25
|
* nixos/duplicity: initOlivier Marty2019-02-03
Add a simple module that wrap duplicity in a systemd service.