summary refs log tree commit diff
path: root/nixos/tests/borgbackup.nix
Commit message (Collapse)AuthorAge
* openssh: Update tests to use new option nameDaniel Frank2022-01-18
|
* nixos/borgbackup: allow dump scripts as stdin inputspennae2021-10-22
| | | | | | borg is able to process stdin during backups when backing up the special path -, which can be very useful for backing up things that can be streamed (eg database dumps, zfs snapshots).
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/tests/*: editorconfig fixeszowoq2020-08-04
|
* nixos/borgbackup: port test to pythonMarijan2019-11-06
|
* treewide: remove redundant recvolth2019-08-28
|
* nixos/tests/borgbackup: test `borg mount`Robert Schütz2018-12-09
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/borgbackup: initRobert Schütz2018-03-19
|
* nixos/borgbackup: add testJörg Thalheim2018-01-29
We had problems to get borg's own test suite running. This test is intended to perform a quick smoke test to see whether we have missed not any important dependency necessary to create backups with borg. tested with: $ nix-build nixos/release.nix -A tests.borgbackup.x86_64-linux