about summary refs log tree commit diff
path: root/pkgs/applications/backup
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07timeshift: 23.07.1 -> 23.12.1Bobby Rong1-2/+2
https://github.com/linuxmint/timeshift/compare/23.07.1...23.12.1
2023-12-04Merge pull request #271794 from christoph-heiss/update/proxmox-backup-clientNick Cao2-419/+484
proxmox-backup-client: 3.0.1 -> 3.1.2
2023-12-03proxmox-backup-client: reformat input-list to usual styleChristoph Heiss1-16/+16
No functional changes here, just cosmetics. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-12-03proxmox-backup-client: 3.0.1 -> 3.1.2Christoph Heiss2-403/+468
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-12-02deja-dup: 44.2 → 45.1Jan Tojnar1-2/+2
Diff: https://gitlab.gnome.org/World/deja-dup/-/compare/44.2...45.1
2023-11-27treewide: add mainProgramh7x46-0/+6
2023-11-21unifi-protect-backup: 0.10.1 -> 0.10.2ajs1241-2/+2
https://github.com/ep1cman/unifi-protect-backup/releases/tag/v0.10.2
2023-11-17treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph1-1/+1
stdenv.targetPlatform really shouldn't be used by software that doesn't generate or manipulate binaries. I reviewed all uses of targetPlatform outside of pkgs/development/compilers and pkgs/stdenv and replaced those which weren't involved in something which fits these criteria.
2023-11-08unifi-protect-backup: 0.9.4 -> 0.10.1ajs1241-2/+2
https://github.com/ep1cman/unifi-protect-backup/releases/tag/v0.9.5 https://github.com/ep1cman/unifi-protect-backup/releases/tag/v0.10.0 https://github.com/ep1cman/unifi-protect-backup/releases/tag/v0.10.1
2023-10-05Merge pull request #253115 from SuperSamus/ludusaviAtemu1-3/+5
ludusavi: 0.20.0 -> 0.21.0
2023-09-08pika-backup: 0.6.1 -> 0.6.2Robert Schütz1-3/+3
Diff: https://gitlab.gnome.org/World/pika-backup/-/compare/v0.6.1...v0.6.2 Changelog: https://gitlab.gnome.org/World/pika-backup/-/blob/v0.6.2/CHANGELOG.md
2023-09-03ludusavi: 0.20.0 -> 0.21.0Martino Fontana1-3/+5
Diff: https://github.com/mtkennerly/ludusavi/compare/v0.20.0...v0.21.0 Changelog: https://github.com/mtkennerly/ludusavi/blob/v0.21.0/CHANGELOG.md
2023-08-19areca: remove after being marked broken for over 18 monthsMatthias Beyer1-57/+0
It was marked in commit 0ed0c3ceeb03073a8955bcb63219ed034f9c44ee by Doron Behar on 2021-10-27 (commited on 2021-10-27) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-08-11treewide: noop: refer to `src.name` or similar where appropriate, part 3: ↵Jan Malakhovski1-28/+35
more use cases This continues where d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e left off. Similarly to that commit, this commit this also points `sourceRoot`s to `src.name` and similar instead of keeping hardcoded names, and edits other derivation attrs do do the same, where appropriate. Also, similarly to d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e some of expressions this edits use `srcs` attribute with customly-named sources, so they have to be moved into `let` blocks to keep evaluation efficient (the other, worse, way to do this would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-07-31unifi-protect-backup: 0.9.1 -> 0.9.4ajs1241-2/+3
https://github.com/ep1cman/unifi-protect-backup/releases/tag/v0.9.2 https://github.com/ep1cman/unifi-protect-backup/releases/tag/v0.9.3 https://github.com/ep1cman/unifi-protect-backup/releases/tag/v0.9.4
2023-07-29ludusavi: 0.19.0 -> 0.20.0Martino Fontana1-3/+3
Diff: https://github.com/mtkennerly/ludusavi/compare/v0.19.0...v0.20.0 Changelog: https://github.com/mtkennerly/ludusavi/blob/v0.20.0/CHANGELOG.md
2023-07-24vorta: strip away output dependency on `qt5.qtwayland.dev`Maximilian Bosch1-2/+5
`propagatedBuildInputs` is only required in this case to correctly build the `PYTHONPATH` for the final application. The QT hook doesn't need `qtwayland` in `propagatedBuildInputs`, `buildInputs` is sufficient for it to work. Additionally, this causes a closure-size reduction of ~22.5% because we get rid of the dependency to the `dev` output of `qtwayland`: $ nix path-info -Sh ./result-old /nix/store/i8i4p2i3wkjv4y95pp3i421nwg0f1shh-vorta-0.8.12 775.2M $ nix path-info -Sh ./result-new /nix/store/jcyrkk89my2lh00z7dy8z19xyvlf8yhr-vorta-0.8.12 599.5M
2023-07-11Merge pull request #241586 from jtojnar/gnomeJan Tojnar1-3/+3
GNOME updates 2023-07-04
2023-07-09timeshift: 23.06.2 -> 23.07.1Bobby Rong1-7/+2
https://github.com/linuxmint/timeshift/compare/23.06.2...23.07.1
2023-07-08deja-dup: 44.1 → 44.2Jan Tojnar1-3/+3
https://gitlab.gnome.org/World/deja-dup/-/compare/44.1...44.2
2023-07-03proxmox-backup-client: add explanatory comments to patchesChristoph Heiss1-0/+10
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-30proxmox-backup-client: add passthru.tests.versionChristoph Heiss1-3/+21
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-29proxmox-backup-client: add changelog urlChristoph Heiss1-0/+1
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-29proxmox-backup-client: 2.4.1 -> 3.0.1Christoph Heiss2-309/+292
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-29proxmox-backup-client: fetch external patches from AUR packageChristoph Heiss4-259/+13
As discussed in #215812. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-13timeshift: 22.11.2 -> 23.06.2Bobby Rong1-13/+11
https://github.com/linuxmint/timeshift/compare/22.11.2...23.06.2
2023-06-07ludusavi: 0.17.1 -> 0.19.0Martino Fontana1-3/+3
Diff: https://github.com/mtkennerly/ludusavi/compare/v0.17.1...v0.19.0 Changelog: https://github.com/mtkennerly/ludusavi/blob/v0.19.0/CHANGELOG.md
2023-05-28urbackup-client: 2.5.20 -> 2.5.24R. Ryantm1-2/+2
2023-05-21Merge pull request #233046 from dawidd6/patch-1Nick Cao1-1/+0
vorta: don't replace Exec line in desktop file
2023-05-21deja-dup: 44.0 → 44.1Bobby Rong1-2/+2
https://gitlab.gnome.org/World/deja-dup/-/compare/44.0...44.1
2023-05-20vorta: don't replace Exec line in desktop fileDawid Dziurla1-1/+0
2023-05-15restic-integrity: init at 1.2.1Janik H1-0/+25
2023-05-12treewide: don't use rustPlatform.rustAlyssa Ross1-5/+6
This will be deprecated in the next commit.
2023-05-08vorta: install symbolic iconDawid Dziurla1-0/+1
2023-05-02unifi-protect-backup: 0.9.0 -> 0.9.1ajs1241-2/+2
https://github.com/ep1cman/unifi-protect-backup/releases/tag/v0.9.1
2023-04-30Merge pull request #228160 from dotlambda/pika-backup-0.6.1Weijia Wang1-3/+3
pika-backup: 0.6.0 -> 0.6.1
2023-04-25pika-backup: 0.6.0 -> 0.6.1Robert Schütz1-3/+3
Diff: https://gitlab.gnome.org/World/pika-backup/-/compare/v0.6.0...v0.6.1 Changelog: https://gitlab.gnome.org/World/pika-backup/-/blob/v0.6.1/CHANGELOG.md
2023-04-25restique: unstable-2021-05-03 -> unstable-2022-11-29Robert Schütz1-3/+5
2023-04-18pika-backup: 0.5.2 -> 0.6.0Robert Schütz1-3/+3
Diff: https://gitlab.gnome.org/World/pika-backup/-/compare/v0.5.2...v0.6.0 Changelog: https://gitlab.gnome.org/World/pika-backup/-/blob/v0.6.0/CHANGELOG.md
2023-04-16Merge pull request #224546 from SuperSamus/ludusaviSandro1-3/+3
ludusavi: 0.15.0 -> 0.17.1
2023-04-14vorta: 0.8.10 -> 0.8.12, add optional dependency for qtwayland on linuxSebastian Sellmeier1-4/+6
2023-04-11ludusavi: 0.15.0 -> 0.17.1Martino Fontana1-3/+3
Diff: https://github.com/mtkennerly/ludusavi/compare/v0.15.0...v0.17.0 Changelog: https://github.com/mtkennerly/ludusavi/blob/v0.17.0/CHANGELOG.md
2023-04-11Merge pull request #223372 from helsinki-systems/upd/unifi-protect-backupajs1241-6/+5
unifi-protect-backup: 0.8.8 -> 0.9.0
2023-03-29proxmox-backup-client: install man-pages and shell completionsChristoph Heiss3-2/+129
This requires two additional patches; one taken from the AUR package and one to fix up the path to the built executable for the man-pages build step. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-03-29proxmox-backup-client: 2.2.1 -> 2.4.1Christoph Heiss4-467/+844
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-03-29proxmox-backup-client: add christoph-heiss as maintainerChristoph Heiss1-1/+1
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-03-27unifi-protect-backup: 0.8.8 -> 0.9.0ajs1241-6/+5
https://github.com/ep1cman/unifi-protect-backup/releases/tag/v0.9.0
2023-02-25pika-backup: 0.4.2 -> 0.5.2Robert Schütz1-3/+5
Diff: https://gitlab.gnome.org/World/pika-backup/-/compare/v0.5.1...v0.5.2 Changelog: https://gitlab.gnome.org/World/pika-backup/-/blob/v0.5.2/CHANGELOG.md
2023-01-25vorta: add changelog to metaFabian Affolter1-3/+4
2023-01-25vorta: 0.8.9 -> 0.8.10R. Ryantm1-2/+2