summary refs log tree commit diff
path: root/pkgs/tools/backup
Commit message (Collapse)AuthorAge
* bup: 0.26 -> 0.28.1 (#18531)sternenseemann2016-09-13
|
* duplicity: add dependency on rsyncRussell O'Connor2016-09-09
| | | | | | | | | When using the rsync:// protocol, duplicity expects to find the rsync binary in the path. Without rsync in the path, duplicity fails with the following error Attempt 1 failed. AttributeError: 'NoneType' object has no attribute 'rfind' Adding rsync to the path enables the rsync:// protocol to work correctly.
* Fix borgbackup dependency on lz4Michael Alan Dorman2016-09-09
|
* ugarit: bump aes input from 1.3 to 1.5Robert Helgesson2016-09-06
|
* Revert "duply: add pythonPackages.cryptography"Frederik Rietdijk2016-08-30
| | | | | | This reverts commit 400d1d5c89741c2d6e94aa5c60b13f03fdc53e1c. Didn't fix https://github.com/NixOS/nixpkgs/issues/18112
* duply: add pythonPackages.cryptographyFrederik Rietdijk2016-08-30
|
* Merge branch 'master' into stagingobadz2016-08-28
|\ | | | | | | | | Conflicts: pkgs/games/scummvm/default.nix
| * borgbackup: 1.0.6 -> 1.0.7Bjørn Forsman2016-08-28
| |
* | treewide: fix darwin builds by using getOutputRobin Gloster2016-08-25
| | | | | | | | This fixes eval for pkgs referring to optional static output
* | treewide: fix darwin builds by referring to stdenv's libcFranz Pletz2016-08-25
| |
* | partclone: stable -> 0.2.89, cleanupsFranz Pletz2016-08-24
|/
* treewide: Make explicit that 'dev' output of libmysql is usedTuomas Tynkkynen2016-08-23
|
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
|
* znapzend: 0.15.5 -> 0.15.7Franz Pletz2016-08-17
|
* Remove top-level pycryptoFrederik Rietdijk2016-08-14
| | | | See #11567.
* Remove top-level setuptoolsFrederik Rietdijk2016-08-14
| | | | See #11567.
* borgbackup: 1.0.5 -> 1.0.6Tobias Geerinckx-Rice2016-08-04
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
* rdup: init at 1.1.15lukasepple2016-08-01
|
* borgbackup: 1.0.4 -> 1.0.5Tobias Geerinckx-Rice2016-07-08
| | | | | | | This update slipped in between 1.0.4 and me pushing 276448a. Upstream says: This is a critical bugfix release - upgrading to it is strongly recommended! Please read https://github.com/borgbackup/borg/blob/1.0.5/docs/changes.rst.
* borgbackup: 1.0.3 -> 1.0.4Tobias Geerinckx-Rice2016-07-08
| | | | Take Pypi's hint and switch to GitHub.
* attic: unbreak "attic mount" by using old llfuse 0.41Bjørn Forsman2016-06-24
| | | | | | | | | llfuse >= 0.42 has breaking changes, causing "attic mount" to fail: TypeError: main() got an unexpected keyword argument 'single' Side note: borgbackup, a fork of attic, has been updated to work with newer llfuse.
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* httrack: 3.48.21 -> 3.48.22zimbatm2016-05-30
|
* Merge pull request #15792 from mbakke/duplicityPeter Simons2016-05-30
|\ | | | | duplicity: 0.7.06 -> 0.7.07.1
| * duplicity: 0.7.06 -> 0.7.07.1Marius Bakke2016-05-28
| |
* | Merge pull request #15778 from joachifm/bup-refactorJoachim Fasting2016-05-28
|\ \ | | | | | | bup: refactorings
| * | bup: refactoringsJoachim Fasting2016-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Use `fetchFromGitHub` - Apply patches standard patch phase - Use `pythonPackages` - Use `stdenv.is{Darwin,Linux}` - meta fixups - Enable support for the web front-end
* | | mt-st: init at 1.3Redvers Davies2016-05-28
| |/ |/| | | | | Closes #15787
* | mtx: init at 1.3.12Redvers Davies2016-05-28
|/
* bup: add ${git} to the $PATH of the wrapperFlorent Becker2016-05-28
| | | | | | | Otherwise, bup tries to run git from the user's PATH, which may or may not exist. Closes #15691
* Merge branch 'master' into stagingVladimír Čunát2016-05-23
|\ | | | | | | That's to get mesa rebuild from master, as it's nontrivial.
| * borgbackup: 1.0.2 -> 1.0.3Tobias Geerinckx-Rice2016-05-21
| | | | | | | | Changes: https://github.com/borgbackup/borg/blob/1.0.3/docs/changes.rst
* | Merge: make dev output references explicitVladimír Čunát2016-05-22
|\ \ | |/ |/| | | | | This is a rebase of most commits from #14766, resolving conflicts and a few other evaluation problems.
| * treewide: Make explicit that 'dev' output of zlib is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of readline is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen2016-05-19
| |
* | rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|/
* Merge pull request #15476 from matthiasbeyer/update-unmaintainedFranz Pletz2016-05-16
|\ | | | | Update unmaintained packages
| * rsnapshot: 1.4.1 -> 1.4.2Matthias Beyer2016-05-16
| |
* | Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|/
* rsnapshot: Remove unnecessary argument, refactor one-line patch to flags.Alexei Robyn2016-05-12
|
* znapzend: 0.15.3 -> 0.15.5Franz Pletz2016-05-03
|
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* borgbackup: 1.0.1 -> 1.0.2Tobias Geerinckx-Rice2016-04-17
| | | | Changes: https://github.com/borgbackup/borg/blob/1.0.2/docs/changes.rst
* Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
|\
| * Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
| |\ | | | | | | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs