Commit graph

719 commits

Author SHA1 Message Date
Nicolas Pierron 174153238a rdiff-backup: Fix nix expression.
svn path=/nixpkgs/trunk/; revision=29017
2011-09-05 08:32:55 +00:00
David Guibert f9200097ae add bup: backup system based on the git packfile format
[1] https://github.com/apenwarr/bup

Signed-off-by: David Guibert <david.guibert@gmail.com>

svn path=/nixpkgs/trunk/; revision=28497
2011-08-11 16:33:47 +00:00
Lluís Batlle i Rossell c10bdc23cd Simple packaging of bacula.
svn path=/nixpkgs/trunk/; revision=28182
2011-08-05 19:18:02 +00:00
Lluís Batlle i Rossell 0486e0218a Updating duplicity.
svn path=/nixpkgs/trunk/; revision=27532
2011-06-23 07:20:42 +00:00
Lluís Batlle i Rossell 587a175abf Updating duplicity. I think this may correct https://bugs.launchpad.net/duplicity/+bug/579958 .
svn path=/nixpkgs/trunk/; revision=26269
2011-03-11 09:11:02 +00:00
Lluís Batlle i Rossell 056ff2705a Making duplicity's rdiffdir work (it had to be wrapped)
svn path=/nixpkgs/trunk/; revision=22157
2010-06-05 15:06:12 +00:00
David Guibert 1d78faa832 duplicity updated to 0.6.08b
svn path=/nixpkgs/trunk/; revision=22012
2010-05-27 19:33:42 +00:00
Eelco Dolstra 5b90cc5b62 * Revert to 0.6.06: 0.6.08 is broken (fails with "AttributeError:
'module' object has no attribute 'gpg_options'").

svn path=/nixpkgs/trunk/; revision=20505
2010-03-09 16:22:43 +00:00
Eelco Dolstra 67e7ad56d7 * So there is an even newer version of duplicity :-)
svn path=/nixpkgs/trunk/; revision=20499
2010-03-09 15:46:22 +00:00
Eelco Dolstra 387216d7fa * Duplicity updated to 0.6.07.
svn path=/nixpkgs/trunk/; revision=20498
2010-03-09 15:40:58 +00:00
Eelco Dolstra dae4ffdfdf * Added `boto', a Python interface to AWS.
* Add boto as a dependency to duplicity to support backups to Amazon
  S3.

svn path=/nixpkgs/trunk/; revision=19913
2010-02-10 18:10:22 +00:00
Eelco Dolstra faa98ce5d6 * Duplicity needs gpg.
svn path=/nixpkgs/trunk/; revision=19912
2010-02-10 16:51:01 +00:00
Lluís Batlle i Rossell c83ce140e1 Adding 'duplicity', and its dependency 'librsync'
svn path=/nixpkgs/trunk/; revision=19813
2010-02-04 13:42:41 +00:00
Eelco Dolstra fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Eelco Dolstra fc5eebdf8b * Merged the stdenv branch
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates
  -r10966:12061).

svn path=/nixpkgs/trunk/; revision=12073
2008-06-13 11:46:39 +00:00
Eelco Dolstra 09ab596e0f * Remove calls to fail().
svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
2008-04-23 07:34:20 +00:00
Ludovic Courtès d8bcaa4398 Add rsnapshot, an rsync-based remote backup tool.
svn path=/nixpkgs/trunk/; revision=11009
2008-03-07 09:33:51 +00:00
Yury G. Kudryashov 5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Marc Weber bc92b20f9a rdiff-backup added
svn path=/nixpkgs/trunk/; revision=9280
2007-09-08 20:45:23 +00:00