about summary refs log tree commit diff
path: root/pkgs/tools/backup
AgeCommit message (Collapse)AuthorFilesLines
2024-06-10Merge pull request #318797 from r-ryantm/auto-update/awsbckNick Cao1-3/+3
awsbck: 0.3.8 -> 0.3.9
2024-06-10Merge pull request #307668 from austinbutler/gyb-1.81Sandro1-8/+12
gyb: 1.80 -> 1.81
2024-06-10awsbck: 0.3.8 -> 0.3.9R. Ryantm1-3/+3
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt20-20/+20
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-03Merge pull request #316465 from gmacon/tarsnapper-pytest-8asymmetric1-2/+7
tarsnapper: use nose to run tests
2024-06-01tarsnapper: use pynose to run testsGeorge Macon1-2/+7
The nosetests support was removed from pytest in version 8, so revert to using the nosetests entry point to run tests. While I'm in here already, update to use pynose to avoid future failures when nose is removed from nixpkgs (see #311054).
2024-05-27pgbackrest: 2.51 -> 2.52R. Ryantm1-2/+2
2024-05-25gyb: 1.80 -> 1.81Austin Butler1-8/+12
2024-05-16Merge pull request #312225 from DamienCassou/borgmatic_1_8_11Pol Dellaiera1-2/+11
borgmatic: 1.8.10 -> 1.8.11
2024-05-16Merge pull request #309953 from flyingcircusio/PL-132430-percona-innovationMaximilian Bosch4-3/+26
percona: restructure releases according to upstream release policy
2024-05-16borgmatic: 1.8.10 -> 1.8.11Damien Cassou1-2/+11
2024-05-11duplicity: Fix finding Gio typelibJan Tojnar1-2/+18
Previously, if a package just depended on GLib (or other bindings shipped with gobject-introspection), wrapper was not needed since `${gobject-introspection}/lib/girepository-1.0` is implicitly on typelib path. Now that GLib bindings were moved to `glib` package, `${glib}/lib/girepository-1.0` must be added to `GI_TYPELIB_PATH` by the wrapper (or `gobject-introspection` setup hook for build time). Simplest way to ensure that is using `wrapGApps*` hook. Let’s also ensure that there is just one wrapper instead of three.
2024-05-08percona: apply required multi-version package structureOliver Schmidt1-0/+6
To work around the pkgs/by-name CI check, I applied the recommended structure refactoring as documented in https://github.com/NixOS/nixpkgs/tree/master/pkgs/by-name#further-possible-refactorings
2024-05-08percona: adapt upstream release modelOliver Schmidt2-0/+0
In accordance to the upstream release cycle, we now provide 2 flavours of the percona mysql ecosystem. The default is the LTS variant, additionally there is now the floating `percona-server_innovation` always pointing to the most recent regular release. - mentioned in release notes - adapted all depending tests and tools (xtrabackup)
2024-05-08percona-xtrabackup_8_3: init at 8.3.0-1Oliver Schmidt2-3/+20
This is likely to diverge from the LTS xtrabackup packaging over time. But as this package was already structured in a modular way, let's keep the generic builder as long as it's feasible.
2024-05-06sigtop: 0.10.0 -> 0.11.0R. Ryantm1-3/+3
2024-05-02pkgs/tools: remove licenses.gpl2Jussi Kuokkanen8-8/+8
2024-04-26maintainers: drop dandersonDave Anderson1-1/+1
2024-04-24maintainers: drop marsamMario Rodas1-1/+1
2024-04-22Merge pull request #305826 from KamilaBorowska/maintainers-remove-kamilaborowskaWeijia Wang1-1/+1
maintainers: remove KamilaBorowska
2024-04-21Merge pull request #304998 from r-ryantm/auto-update/borgmaticMario Rodas1-2/+2
borgmatic: 1.8.9 -> 1.8.10
2024-04-21maintainers: remove KamilaBorowskaKamila Borowska1-1/+1
2024-04-20Merge pull request #305533 from r-ryantm/auto-update/zfs-replicateWeijia Wang1-2/+2
zfs-replicate: 3.2.12 -> 3.2.13
2024-04-20Merge pull request #300134 from dotlambda/borgbackupRobert Schütz1-25/+17
borgbackup: 1.2.7 -> 1.2.8
2024-04-20zfs-replicate: 3.2.12 -> 3.2.13R. Ryantm1-2/+2
2024-04-18Merge pull request #298563 from Yarny0/tsm-client-updatePeder Bergebakken Sundt1-3/+3
tsm-client: 8.1.21.0 -> 8.1.22.0
2024-04-18borgmatic: 1.8.9 -> 1.8.10R. Ryantm1-2/+2
2024-04-16kopia: 0.16.1 -> 0.17.0R. Ryantm1-3/+3
2024-04-10Merge pull request #296459 from MinerSebas/restic-rest-server-hardeningPascal Bach1-1/+3
nixos/restic-rest-server: Add additional service hardening
2024-04-10s3ql: 4.0.0 -> 5.1.3Fabian Affolter1-3/+3
Changelog: https://github.com/s3ql/s3ql/releases/tag/s3ql-5.1.3
2024-04-10s3ql: format with nixfmtFabian Affolter1-19/+10
2024-04-10s3ql: refactorFabian Affolter1-15/+50
- switch to pytestCheckHook - adjust inputs - add pythonImportsCheck - specify license - add changelog - set build system
2024-04-02zfs-replicate: 3.2.11 -> 3.2.12R. Ryantm1-2/+2
2024-04-01Merge pull request #299405 from corngood/duplicitySandro5-144/+71
duplicity: 0.8.23 -> 2.2.3
2024-04-01duplicity: add update scriptDavid McFarland1-0/+5
2024-04-01duplicity: add corngood as maintainerDavid McFarland1-1/+1
2024-04-01duplicity: 0.8.23 -> 2.2.3David McFarland5-144/+66
Fixes: #286749
2024-04-01kopia: 0.16.0 -> 0.16.1R. Ryantm1-3/+3
2024-03-30Merge pull request #298975 from NickCao/pgbackrestWeijia Wang1-10/+37
pgbackrest: 2.50 -> 2.51, build with meson
2024-03-30borgbackup: modernizeRobert Schütz1-3/+5
2024-03-30borgbackup: 1.2.7 -> 1.2.8Robert Schütz1-22/+12
Changelog: https://github.com/borgbackup/borg/blob/1.2.8/docs/changes.rst
2024-03-30Merge pull request #299750 from r-ryantm/auto-update/autoresticNick Cao1-3/+3
autorestic: 1.8.1 -> 1.8.2
2024-03-28Merge pull request #294730 from r-ryantm/auto-update/baculaPeder Bergebakken Sundt1-2/+2
bacula: 13.0.4 -> 15.0.2
2024-03-28Avoid top-level `with ...;` in ↵Philip Taron1-1/+4
pkgs/tools/backup/ugarit-manifest-maker/default.nix
2024-03-28Avoid top-level `with ...;` in pkgs/tools/backup/ugarit/default.nixPhilip Taron1-2/+5
2024-03-28autorestic: 1.8.1 -> 1.8.2R. Ryantm1-3/+3
2024-03-27bacula: 13.0.4 -> 15.0.2R. Ryantm1-2/+2
2024-03-25pgbackrest: build with mesonNick Cao1-8/+35
2024-03-25pgbackrest: 2.50 -> 2.51R. Ryantm1-2/+2