about summary refs log tree commit diff
path: root/pkgs/tools/backup/borg
Commit message (Collapse)AuthorAge
* treewide: update globin's maintained drvsRobin Gloster2019-08-20
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* borgbackup: remove custom msgpack-python override, use bundled versionFlorian Klink2019-05-21
| | | | | | | | | https://github.com/borgbackup/borg/blob/1.1.10/docs/changes.rst#version-1110-2019-05-16 mentions borgbackup now shipping a supported msgpack-python release, and strongly encourages using that one. So don't pass any msgpack-python into the build, and use the provided one.
* borgbackup: 1.1.9 -> 1.1.10R. RyanTM2019-05-21
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/borgbackup/versions
* borgbackup: use msgpack-python-0.5.6Robert Schütz2019-02-17
|
* borgbackup: 1.1.8 -> 1.1.9Robert Schütz2019-02-11
| | | | Changelog: https://borgbackup.readthedocs.io/en/stable/changes.html#version-1-1-9-2019-02-10
* borgbackup: 1.1.7 -> 1.1.8Robert Schütz2018-12-09
|
* borgbackup: patch bug that allowed for exceeding quotasJustin Humm2018-10-06
| | | | See also https://github.com/borgbackup/borg/issues/4093 for this.
* borgbackup: 1.1.6 -> 1.1.7 (#44933)Robert Schütz2018-08-13
|
* borgbackup: 1.1.5 -> 1.1.6Robert Schütz2018-06-11
|
* borgbackup: install shell completionsJohannes Frankenau2018-05-13
|
* borgbackup: use system zstdRobert Schütz2018-04-16
|
* borgbackup: add blake2 library to build inputsAndré-Patrick Bubel2018-04-15
|
* borgbackup: 1.1.4 -> 1.1.5Robert Schütz2018-04-01
|
* pythonPackages.msgpack: renamed to msgpack-pythonEric Wolf2018-02-10
|
* buildPythonPackage: rename nix_run_setup.py to nix_run_setupFrederik Rietdijk2018-01-20
| | | | | If the extension is .py it tends to be picked up by tools, breaking for example tests.
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* borgbackup: 1.1.3 -> 1.1.4Bart Brouns2018-01-02
|
* borg: 1.1.1 -> 1.1.3Aristid Breitkreuz2017-12-10
|
* borgbackup: Add llfuse to propagated build inputs if not on darwinMartin Bornhold2017-11-15
| | | | | | | | | | | | | The llfuse package depends on fuse which refuses to build on darwin. But according to a comment in the setup.py of borgbackup [1] it's ok to leave it out if it's not available. Most of borgbackup should work without it. Would be great to make it work on darwin but i am not sure if it's possible to get fuse to work on darwin. I do not know enough about it ;) After this modification at least the "borg mount" subcommand is broken due to the missing llfuse module. But the rest seems to work normally. [1] https://github.com/borgbackup/borg/blob/72232a9bd573aeb4818b36c9c8764b6008e9283e/setup.py#L32
* borgbackup: Add acl library to build inputs on linux platformMartin Bornhold2017-11-15
| | | | | | | | The acl libraray is only required by the borgbackup package if building on a linux platform. Adding it only in this case should be fine. Also see the conditional in the setup.py at [1]. [1] https://github.com/borgbackup/borg/blob/72232a9bd573aeb4818b36c9c8764b6008e9283e/setup.py#L768
* Merge pull request #30897 from flokli/borgbackup-sshFrederik Rietdijk2017-10-29
|\ | | | | borgbackup: fix ssh binary location
| * borgbackup: fix ssh binary locationFlorian Klink2017-10-28
| | | | | | | | Otherwise, borg might be unable to find its location
| * borgbackup: add flokli as maintainerFlorian Klink2017-10-28
| |
* | borgbackup: 1.1.0 -> 1.1.1Johannes Frankenau2017-10-26
|/
* Change required documentation theme to sphinx_guzzle_theme from #30334Kirill2017-10-12
|
* Rebase on nixos-unstable, fix hash.Kirill2017-10-11
|
* borgbackup: 1.0.11 -> 1.1.0Kirill2017-10-11
|
* borgbackup: fix build with python36Franz Pletz2017-09-10
| | | | cffi fails to build with python34.
* borgbackup: 1.0.10 -> 1.0.11Johannes Frankenau2017-07-24
|
* borgbackup: 1.0.9 -> 1.0.10Bjørn Forsman2017-03-05
|
* borgbackup: cleanup inputsJoachim Fasting2016-12-31
| | | | | | | | | | | | | | | tox/detox are removed; they are used to test multiple python implementations in parallel, which isn't really appropriate for a Nix install check. Also, because these were added to the propagated build inputs, lots of unnecessary stuff ended up in the resulting closure. Note that removing tox does not imply tests are not run; they never were to begin with; this is a separate issue. This fixes https://github.com/NixOS/nixpkgs/issues/16171 Also, for "correctness" ordinary build-time dependencies are added to `buildInputs`; only inputs that are to be added to the python path are added to `propagatedBuildInputs`.
* borgbackup: 1.0.8 -> 1.0.9 (security fixes)Bjørn Forsman2016-12-24
| | | | | | And bug fixes. Changelog: https://github.com/borgbackup/borg/blob/1.0.9/docs/changes.rst#version-109-2016-12-20
* borgbackup: 1.0.7 -> 1.0.8Bjørn Forsman2016-10-31
|
* Fix borgbackup dependency on lz4Michael Alan Dorman2016-09-09
|
* borgbackup: 1.0.6 -> 1.0.7Bjørn Forsman2016-08-28
|
* borgbackup: 1.0.5 -> 1.0.6Tobias Geerinckx-Rice2016-08-04
|
* 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.
* 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
* | treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen2016-05-19
|/
* 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
* borgbackup: 1.0.0 -> 1.0.1Tobias Geerinckx-Rice2016-04-12
| | | | Changes: https://github.com/borgbackup/borg/blob/1.0.1/docs/changes.rst
* borgbackup: 0.30.0 -> 1.0.0Tobias Geerinckx-Rice2016-03-06
| | | | | Major upgrade, be sure to read the release notes: https://github.com/borgbackup/borg/blob/1.0.0/docs/changes.rst
* buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
|
* borg: build and install documentationTobias Geerinckx-Rice2016-01-24
|
* borg: 0.29.0 -> 0.30.0Tobias Geerinckx-Rice2016-01-24
| | | | | | | | | | | | | | | | Compatibility notes: - you may need to use -v (or --info) more often to actually see output emitted at INFO log level (because it is suppressed at the default WARNING log level). See the general section in the usage docs. - for borg create, you need --list (additionally to -v) to see the long file list (was needed so you can have e.g. --stats alone without the long list) - see link below about BORG_DELETE_I_KNOW_WHAT_I_AM_DOING (was: BORG_CHECK_I_KNOW_WHAT_I_AM_DOING) More: https://github.com/borgbackup/borg/blob/0.30.0/docs/changes.rst
* borgbackup: 0.27.0 -> 0.29.0Tobias Geerinckx-Rice2016-01-08
| | | | | | | | | | | | | | | | | | ‘When upgrading to 0.29.0 you need to upgrade client as well as server installations due to the locking and commandline interface changes otherwise you’ll get an error msg about a RPC protocol mismatch or a wrong commandline option. if you run a server that needs to support both old and new clients, it is suggested that you have a “borg-0.28.2” and a “borg-0.29.0” command. clients then can choose via e.g. “borg –remote-path=borg-0.29.0 ...”.’ ‘The default waiting time for a lock changed from infinity to 1 second for a better interactive user experience. if the repo you want to access is currently locked, borg will now terminate after 1s with an error message. if you have scripts that shall wait for the lock for a longer time, use –lock-wait N (with N being the maximum wait time in seconds).’ All changes: http://borgbackup.readthedocs.org/en/stable/changes.html