about summary refs log tree commit diff
path: root/pkgs/applications/backup
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-28vorta: init at 0.6.24Maximilian Bosch1-0/+42
Simple QT5-based desktop client[1] for `borgbackup`[2]. [1] https://vorta.borgbase.com/ [2] https://borgbackup.readthedocs.io/en/stable/
2019-12-22deja-dup: 40.4 -> 40.6R. RyanTM1-2/+2
2019-11-20deja-dup: 38.3 → 40.4Jan Tojnar2-49/+71
The main news is that GNOME Online Accounts are no longer used so if one wants to back up to Google Drive, they need to install Duplicity with PyDrive support. The credentials should be migrated automatically. https://gitlab.gnome.org/World/deja-dup/blob/40.4/NEWS.md#anchor-404
2019-09-02Merge branch 'master' into stagingVladimír Čunát4-233/+0
2019-08-31Merge pull request #67818 from xvapx/remove/crashplanAaron Andersen4-233/+0
Remove/crashplan
2019-09-01crashplan, crashplan-small-business: remove pkg and moduleMarti Serra4-233/+0
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-28Merge staging-next into stagingFrederik Rietdijk1-2/+2
2019-08-26treewide: use glib.{getSchemaPath, makeSchemaPath}worldofpeace1-1/+1
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-23gnome-online-accounts: move from gnome3Jan Tojnar1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-03-24treewide: no gnome aliasesJan Tojnar1-2/+2
2019-03-09areca: fix buildPascal Wittmann1-0/+4
2019-01-23Merge pull request #54223 from r-ryantm/auto-update/deja-dupworldofpeace1-10/+13
deja-dup: 38.1 -> 38.3
2019-01-20vdmfec: init at 1.0Aria Edmonds1-0/+19
2019-01-17deja-dup: 38.1 -> 38.3, cleanupworldofpeace1-10/+13
This includes: - fetch source from gitlab - pname-version stuff - change homepage - correct license See: https://gitlab.gnome.org/World/deja-dup/blob/master/meson.build#L21
2018-12-16deja-dup: 38.0 -> 38.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/deja-dup/versions
2018-12-06crashplan: mark as brokenJörg Thalheim1-1/+1
the download link no longer works
2018-08-30Revert "treewide: remove placeholder usage"Jan Tojnar1-1/+1
This reverts commit 82f626702314928c9c8f4ea309430e3aa0680d57.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-10/+10
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-06-19Merge pull request #42177 from jtojnar/deja-dup-nautilusFranz Pletz2-0/+43
deja-dup: fix nautilus extension breaking nautilus
2018-06-18deja-dup: fix nautilus extension breaking nautilusJan Tojnar2-0/+43
When deja-dup is installed, Nautilus segfaults on start due to the missing gsettings schemas. This commit hardcodes path to the compiled schemas file to the extension.
2018-06-15deja-dup: 36.3 → 38.0Jan Tojnar1-3/+3
2018-03-27treewide: remove placeholder usageJan Tojnar1-1/+1
see https://github.com/NixOS/nixpkgs/commit/2abac54c033778104533a269aaa08a1e75f677ad
2018-03-22deja-dup: clean upJan Tojnar2-24/+19
2018-03-22deja-dup: remove unneeded rpath fixupJan Tojnar1-5/+0
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-4/+4
2018-02-21crashplan-small-business: 6.6.0 -> 6.7.0Marti Serra1-3/+3
2018-02-20crashplan: specify meta.platforms to improve evalVladimír Čunát1-1/+2
If you tried to evaluate nixpkgs with allowUnfree and a non-glibc platform, you would get an error when accessing stdenv.glibc.
2017-12-18crashplan-small-business: init at 6.6.0Marti Serra1-0/+102
2017-11-08deja-dup: remove unneeded rpath wrappingJan Tojnar1-23/+9
2017-10-22deja-dup: 36.1 -> 36.3joncojonathan1-3/+3
Motivation for change: Latest version which includes some bug fixes.
2017-10-05deja-dup: init at 36.1pasqui232-0/+95
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-24crashplan: 4.8.2 -> 4.8.3ajevans1-2/+2
2017-06-17crashplan: move version and rev inside 'mkDerivation rec', simplify srcMatt McHenry1-6/+2
2017-04-30crashplan: 4.8.0 -> 4.8.2Matt McHenry1-2/+2
2016-11-13add self to crashplan maintainersMatt McHenry1-1/+1
2016-11-13crashplan: 4.7.0r2 -> 4.8.0r1Matt McHenry1-4/+3
2016-08-23treewide: Use more makeLibraryPathTuomas Tynkkynen1-1/+1
2016-08-20areca: switch sf downloads to mirror://J Phani Mahesh1-1/+1
This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
2016-08-20Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"Joachim Fasting1-1/+1
This reverts commit 217594fd1d0b4cc36c98c1605b73ccb50ce57bc8, reversing changes made to 8e8a89d8a8f9d801f9e17d48325d06f20743b364. Turns out it wasn't ready afterall ...
2016-08-20areca: switch sf downloads to mirror://J Phani Mahesh1-1/+1
This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-07-25crashplan: 4.7.0-r1 -> 4.7.0-r2Matt McHenry1-1/+1
follow up to f1c1c1be: also increment the rev number
2016-07-25crashplan: Fixed the checksumFlorian Fackler1-1/+1