summary refs log tree commit diff
path: root/pkgs/tools/backup
Commit message (Collapse)AuthorAge
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* httrack: upgrade 3.48.3 -> 3.48.17John Wiegley2014-07-13
|
* ori: enable orilocalAristid Breitkreuz2014-05-15
|
* Add ori, a secure distributed filesystem.Jos van den Oever2014-05-14
|
* Fix meta.license attributeEelco Dolstra2014-05-01
|
* duply: upgrade 1.6.0 -> 1.7.3Bjørn Forsman2014-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 1.6.0: 1.7.3 (3.4.2014) - bugfix: test routines, gpg2 asked for passphrase although GPG_PW was set 1.7.2 (1.4.2014 "April,April") - bugfix: debian Bug#743190 "duply no longer allows restoration without gpg passphrase in conf file" GPG_AGENT_INFO env var is now needed to trigger --use-agent - bugfix: gpg keyenc test routines didn't work if GPG_PW was not set 1.7.1 (30.3.2014) - bugfix: purge-* commands renamed to purgeFull, purgeIncr due to incompatibility with new minus batch separator 1.7.0 (20.3.2014) - disabled gpg key id plausibility check, too many valid possibilities - featreq 7 "Halt if precondition fails": added and(+), or(-) batch command(separator) support - featreq 26 "pre/post script with shebang line": if a script is flagged executable it's executed in a subshell now as opposed to sourced to bash, which is the default - bugfix: do not check if dpbx, swift credentials are set anymore - bugfix: properly escape profile name, archdir if used as arguments - add DUPL_PRECMD conf setting for use with e.g. trickle
* Update httrack recipeJohn Wiegley2014-04-12
| | | | | | Closes #2222 Signed-off-by: Austin Seipp <aseipp@pobox.com>
* New package: wal-eRickard Nilsson2014-03-30
| | | | A Postgres WAL-shipping disaster recovery and replication toolkit
* duplicity: add missing 'lockfile' build inputPeter Simons2014-03-08
|
* duplicity: update from 0.6.22 to 0.6.23Peter Simons2014-02-24
|
* duply: update 1.5.11 -> 1.6.0Bjørn Forsman2014-02-15
|
* obnam: Update to 1.6.1Rickard Nilsson2014-01-30
|
* duplicity: update to version 0.6.22Peter Simons2014-01-13
|
* Set chunksync package's NIX_LDFLAGS to "-lgcc_s"Moritz Heidkamp2014-01-02
| | | | This works around the pthread_cancel issue
* Whitespace fixes in package expressions I maintainBjørn Forsman2014-01-02
|
* Add chunksync packageMoritz Heidkamp2013-12-30
|
* obnam: Update to 1.6Rickard Nilsson2013-12-18
|
* httrack: update from 3.47.21 to 3.47.27Nixpkgs Monitor2013-12-16
|
* Fix a lots of evaluation errors on Hydra.Peter Simons2013-12-10
|
* rdiff_backup: update from 1.2.8 to 1.3.3Moritz Ulrich2013-12-09
|
* clean up git revision handling in several packagesEvgeny Egorochkin2013-11-13
|
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* rsnapshot 1.3.1Aristid Breitkreuz2013-10-05
|
* rsnapshot: configurable configuration file pathAristid Breitkreuz2013-10-05
| | | | default value: /etc/rsnapshot.conf
* bacula: fix build on darwinJason "Don" O'Conal2013-09-06
|
* Revert "backup tools bup, storeBackup: implement sanity check" on behalf of ↵Peter Simons2013-09-01
| | | | | | | | | Marc. This reverts commit c823bc37d6b50dcd4e183963922da829a193f0d7. The newly added test case needs more work to succeed on Hydra. See <http://permalink.gmane.org/gmane.linux.distributions.nixos/11382> for further details.
* Merge pull request #893 from MarcWeber/submit/storebackupEvgeny Egorochkin2013-08-31
|\ | | | | backup tools bup, storeBackup: implement sanity check
| * backup tools bup, storeBackup: implement sanity checkMarc Weber2013-09-01
| | | | | | | | | | | | | | | | bup: - update - run make test (all tests seem to pass :-) - add python.modules.readline - add comment that there is no way to prune old revisions (yet)
* | Merge pull request #892 from MarcWeber/submit/storebackupEvgeny Egorochkin2013-08-31
|\| | | | | adding store-backup
| * adding store-backupMarc Weber2013-08-31
| |
* | duply: platforms.unix -> platforms.linuxBjørn Forsman2013-08-22
| | | | | | | | Dependency ncftp fails to build on freebsd and darwin.
* | duply: new packageBjørn Forsman2013-08-21
| | | | | | | | | | | | | | | | | | Duply is a shell front end for the duplicity backup tool http://duplicity.nongnu.org/. It greatly simplifies it's usage by implementing backup job profiles, batch commands and more. Who says secure backups on non-trusted spaces are no child's play? Homepage: http://duply.net/
* | duplicity: add dependency on ncftp (makes ftp:// work)Bjørn Forsman2013-08-21
| | | | | | | | ncftp increases the closure size with 5 MiB. Now it is at 310 MiB.
* | duplicity: 0.6.20 -> 0.6.21Bjørn Forsman2013-08-21
|/ | | | | | Update to latest stable release. See changelog: http://duplicity.nongnu.org/CHANGELOG
* Update tarsnap to version 1.0.35Russell O'Connor2013-07-25
|
* Added httrack, website copier toolZef Hemel2013-07-25
|
* Update tarsnap to version 1.0.34.Russell O'Connor2013-07-14
|
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | possible
* Even more mirror:// fixesEvgeny Egorochkin2013-07-14
|
* partclone, partimage. both are used by clonezilla and drbl (which I haven't ↵Marc Weber2013-05-16
| | | | packaged yet)
* bup: enable Hydra buildsPeter Simons2013-04-26
|
* obnam: Update to 1.4Rickard Nilsson2013-04-18
|
* bup: update to version 0.25-rc1-107-g96c6fa2 and drop -Werror to fix the buildPeter Simons2013-04-07
| | | | | | | /nix/store/4jfqcb4mzh3vl08zgfh9ir46jii7rcb9-python-2.7.3/include/python2.7/modsupport.h:27:1: error: 'PyArg_ParseTuple' is an unrecognized format function type [-Werror=format=] PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); ^ cc1: all warnings being treated as errors
* Add almir and it's dependencies.Domen Kozar2013-03-27
|
* bacula: add postgresql support, add myself as maintainer and set meta.platformsDomen Kozar2013-03-22
|
* Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-02-24
|\
| * bacula: Remove some duplication to avoid errors when updating.Shea Levy2013-02-22
| |
| * bacula: fix version mismatch between name and src attributeBjørn Forsman2013-02-22
| | | | | | | | | | | | Commit 207443b1849e7b1ce65059d2fdad81db04cc75d8 ("upgrade bacula") updated the backula version in the src attribute but forgot to update the version number in the name attribute.
| * upgrade baculaDomen Kozar2013-02-21
| |
* | Merge remote-tracking branch 'upstream/master' into stdenv-updatesShea Levy2013-02-17
|\|