Commit Graph

1997 Commits

Author SHA1 Message Date
Thomas Waldmann 96702ec1e3 prepare CHANGES for 1.0.0 2016-03-05 14:46:28 +01:00
TW f34710fba1 Merge pull request #713 from ThomasWaldmann/update-changes
updated CHANGES
2016-03-05 03:28:54 +01:00
Thomas Waldmann fa797655a6 updated CHANGES 2016-03-05 02:23:01 +01:00
TW b046006871 Merge pull request #712 from ThomasWaldmann/pw-retries
added retry counter for passwords, fixes #703
2016-03-05 02:19:14 +01:00
Thomas Waldmann 3dc2fc03f0 added retry counter for passwords, fixes #703 2016-03-05 00:54:19 +01:00
TW bc93dfab5a Merge pull request #710 from petrcech/patch-1
Update README.rst to new changelog location
2016-03-03 11:09:06 +01:00
petrcech 351da4c88f Update README.rst to new changelog location
Update README.rst to new changelog location in docs/changes.rst
2016-03-03 07:08:19 +01:00
TW 421dfe3af8 Merge pull request #709 from manwegit/feature/TT-to-AUTHORS
Add myself (Teemu) to AUTHORS
2016-03-02 17:59:06 +01:00
Teemu Toivanen 76da91035e Add myself (Teemu) to AUTHORS 2016-03-02 17:52:48 +02:00
TW fbc4172c73 Merge pull request #705 from manwegit/feature/docs-bwlimit
Faq: how to limit bandwidth
2016-03-02 15:49:55 +01:00
TW 592a1a80bc Merge pull request #708 from ThomasWaldmann/fix-compiler-warnings
fix compiler warnings, fixes #697
2016-03-02 15:43:51 +01:00
TW 39b6b57690 Merge pull request #707 from ThomasWaldmann/fix-changes
changes: fix old chunker params, fixes #698
2016-03-02 14:47:16 +01:00
Thomas Waldmann b461091be1 fix compiler warnings, fixes #697 2016-03-02 14:45:02 +01:00
Thomas Waldmann 1324ef51a9 changes: fix old chunker params, fixes #698 2016-03-02 14:22:52 +01:00
Teemu Toivanen 9883b1af51 Faq: how to limit bandwidth
Example to faq documentation how bandwidth limiting can be done with pipeviewer.
2016-03-02 08:40:16 +02:00
TW 80cd1d6849 Merge pull request #702 from manwegit/feature/disable_remote_mkdirs
Remote end does not need cache nor keys directories, do not make them.
2016-03-01 15:34:40 +01:00
Teemu Toivanen 9c9ac2fd58 Remote end does not need cache nor keys directories, do not make them.
Move keys and cache creation to get_keys_dir and get_cache_dir helper functions.
And remove keys_dir and cache_dir from run(). cache and keys will only be created
by code which uses them. Remote end should not call get_keys_dir and get_cache_dir
2016-03-01 12:04:59 +02:00
Thomas Waldmann 66c5735b58 update CHANGES 2016-02-28 00:35:02 +01:00
Thomas Waldmann 111bb19443 Vagrant: drop ubuntu precise (12.04)
it only has python 3.2 and we require >= 3.4.
2016-02-27 21:31:30 +01:00
Thomas Waldmann 21d9436992 Vagrant: use pyinstaller v3.1.1 2016-02-27 21:22:06 +01:00
Thomas Waldmann a4ec69c610 setup.py: add note about llfuse 0.42 2016-02-27 20:59:32 +01:00
Thomas Waldmann 3ae8a95935 ran build_api and build_usage 2016-02-27 20:55:14 +01:00
Thomas Waldmann 1ce41da704 update CHANGES, 1.0.0rc2 2016-02-27 20:53:05 +01:00
Thomas Waldmann 64c7b5db21 fix travis badge 2016-02-27 19:05:46 +01:00
TW 6967a6eb75 Merge pull request #694 from ThomasWaldmann/update-docs
update and improve docs
2016-02-27 18:01:22 +01:00
Thomas Waldmann af2eaaabd4 update and improve docs
use the travis status image as png as svg does not show an image in firefox.
2016-02-27 17:22:56 +01:00
TW 7b5c799440 Merge pull request #693 from ThomasWaldmann/update-changes
Update changes
2016-02-26 14:29:51 +01:00
Thomas Waldmann 6561ad46e2 CHANGES: move compat notes to top 2016-02-26 00:57:50 +01:00
Thomas Waldmann d6fb77f2c6 update CHANGES 2016-02-26 00:56:10 +01:00
TW de644a041f Merge pull request #692 from manwegit/feature/format_archive
Archive name formatting on create
2016-02-25 23:49:03 +01:00
Teemu Toivanen a94471dc0e Usage examples for create format tags 2016-02-25 00:41:24 +02:00
Teemu Toivanen 79f42571ae unit test for archive format
tests formatting with {pid} and not equal results from same
time string. (adds import time to tests)
2016-02-25 00:41:24 +02:00
Teemu Toivanen f7c1632aee Add format options to location.
Add support for python format options for location:
tags:
 pid
 fqdn
 hostname
 now
 utcnow
 user
2016-02-25 00:41:24 +02:00
TW c0ba5da17b Merge pull request #688 from ThomasWaldmann/feature/list-formatting
borg list formatting
2016-02-24 16:18:29 +01:00
Thomas Waldmann dc5467e9bc simplify processing for borg list --short
just use the respective format string.
2016-02-21 21:35:00 +01:00
Thomas Waldmann d14e6f720c --list-format: make it compatible with old archives
they do not have atime and ctime, use mtime instead.
2016-02-21 21:11:56 +01:00
Thomas Waldmann f7666807cc refactored --list-format code a bit
note: LF as line ending is enough, python will translate that to CRLF on the platforms (windows) needing CRLF.
2016-02-21 21:05:30 +01:00
Thomas Waldmann b28f4d886b fix formatkeys so it always has all available formatting keys
- always: no matter whether we use a user-defined format or not
- all: fix bug: it only had the basic keys, not the advanced keys
2016-02-21 19:47:25 +01:00
Thomas Waldmann 08a7ce5cc3 Merge branch 'feature/list-formatting' of https://github.com/manwegit/borg into feature/list-formatting 2016-02-21 19:15:31 +01:00
TW 4c31e7a4bd Merge pull request #687 from ThomasWaldmann/fix-attic-changelog
fix ReST syntax for old attic changelog
2016-02-21 17:25:26 +01:00
Thomas Waldmann 5bfb1df873 fix ReST syntax for old attic changelog 2016-02-21 17:24:34 +01:00
TW bbf8b6e628 Merge pull request #685 from jungle-boogie/patch-2
freebsd dependency installation and fuse configuration, fixes #649
2016-02-21 14:26:42 +01:00
jungle-boogie 1d4f591691 updated freeBSD docs
With the now improved steps, I was able to build Borg on a vagrant image:
% borg -V
borg 1.0.0rc2.dev40+ngfb83f61
2016-02-20 14:12:57 -08:00
jungle-boogie fdf1dd75dd freebsd fuse for mount for #649 2016-02-20 10:24:43 -08:00
TW fb83f619a0 Merge pull request #682 from ThomasWaldmann/validate-newname
add a simple archivename validator, fixes #680
2016-02-20 13:33:43 +01:00
TW 6ff78cfb71 Merge pull request #679 from ThomasWaldmann/prune--list
borg prune -v --list enables the keep/prune list output, fixes #658
2016-02-20 13:30:45 +01:00
TW 3d0e51115c Merge pull request #678 from ThomasWaldmann/fix-open
fix _open_rb noatime handling, fixes #657
2016-02-20 13:29:36 +01:00
Thomas Waldmann 4a60d777d8 add a simple archivename validator, fixes #680 2016-02-19 23:01:20 +01:00
Thomas Waldmann 63ce999229 borg prune -v --list enables the keep/prune list output, fixes #658
so one can also have --stats without that.
2016-02-18 23:44:23 +01:00
Thomas Waldmann e072a52b6c fix _open_rb noatime handling, fixes #657
(not tested by me for the #657 scenario, but at least all our unit tests, including the atime test, worked)
2016-02-18 23:01:55 +01:00