1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-17 17:35:41 +00:00
Commit graph

5345 commits

Author SHA1 Message Date
TW
f7a5d3fb15
Merge pull request #4198 from ThomasWaldmann/docs-json
docs: --format is required for some expensive-to-compute values
2018-12-07 01:24:24 +01:00
Thomas Waldmann
fc6e81c8bb docs: --format is required for some expensive-to-compute values
borg list by default does not compute expensive values except when
they are needed. whether they are needed is determined by the format,
in standard mode as well as in --json mode.
2018-12-07 01:18:32 +01:00
TW
7b2c0fbf08
Merge pull request #4197 from ThomasWaldmann/fat-binary-docs-master
docs: tell that our binaries are amd/intel, bauerj has ARM
2018-12-07 00:52:55 +01:00
Thomas Waldmann
02f3c80d83 docs: tell that our binaries are amd/intel, bauerj has ARM
(cherry picked from commit 13986a1a6a)
2018-12-07 00:51:51 +01:00
TW
388c35dfce
Merge pull request #4188 from ralphtheninja/master
Fix tiny typo in README
2018-11-28 12:07:56 +01:00
Lars-Magnus Skog
35de001deb Fix tiny typo in README 2018-11-28 03:05:46 +01:00
TW
6afd69ae09
Merge pull request #4186 from ThomasWaldmann/location-parse-error-msg
invalid locations: give err msg containing parsed location, fixes #4179
2018-11-28 01:55:18 +01:00
Thomas Waldmann
65d8091245 invalid locations: give err msg containing parsed location, fixes #4179 2018-11-28 01:04:28 +01:00
TW
b8165491c1
Merge pull request #4184 from ThomasWaldmann/more-placeholders
list repo: add placeholders for hostname and username, fixes #4130
2018-11-28 00:24:42 +01:00
Thomas Waldmann
e9ac9beef0 list repo: add placeholders for hostname and username, fixes #4130
also: use a more generic get_meta() access method to avoid duplication.
2018-11-27 23:56:07 +01:00
TW
29cbf5cd53
Merge pull request #4171 from ThomasWaldmann/eisdir-fix
fix EISDIR issues
2018-11-17 00:01:29 +01:00
Thomas Waldmann
3d05a4b114 xattrs: linux does not allow user.* xattrs on symlinks 2018-11-16 23:15:04 +01:00
Thomas Waldmann
53971e8e79 xattr key names must start with user. on linux
... or the call will just error with "operation not supported"
2018-11-16 23:15:04 +01:00
Thomas Waldmann
562cce1dee stop using fakeroot on travis, avoids #2482
on osx, we already ran the tests w/o fakeroot, directly as root.
do the same for linux.
2018-11-16 23:15:04 +01:00
TW
87262c88f7
Merge pull request #4175 from ThomasWaldmann/pytest4
support Pytest4
2018-11-16 21:52:26 +01:00
Thomas Waldmann
d0a01c532e pytest4 complains if we directly call the fixture function, fixes #4172
just added a normal function with the code, call it from fixture and
also from unittest test method.
2018-11-16 01:30:31 +01:00
Thomas Waldmann
55717c4751 pytest: use latest version 2018-11-16 01:04:56 +01:00
TW
c0373d4f53
Merge pull request #4174 from ThomasWaldmann/use-pytest3
avoid pytest4 issues for now
2018-11-16 00:55:50 +01:00
Thomas Waldmann
56ae559b07 avoid pytest4 issues for now 2018-11-16 00:28:13 +01:00
TW
4feeb25b49
Merge pull request #4167 from Ashmodei/crud_docfix
Fixed help string in CRUD documentation.
2018-11-12 17:57:41 +01:00
ashmodei
f5bb776e77 Fixed wrong an archive's name pattern in CRUD benchmark help. 2018-11-12 17:01:47 +03:00
TW
b18122d596
Merge pull request #4164 from motwok/platform-refactor
remove posix issues and add fixups for unsupported methods. (ex. #4154)
2018-11-11 14:25:30 +01:00
Emmo Emminghaus
e5c22eac0d remove accidental change 2018-11-10 23:39:28 +01:00
Emmo Emminghaus
733a2bfa30 Introduce borg.platformflags.is_<os> 2018-11-10 23:34:43 +01:00
Emmo Emminghaus
973921df5a remove unneded code and remarks, added needed except clause 2018-11-10 21:56:39 +01:00
Emmo Emminghaus
558ca61d20 remove posix issues and fixup for unsupported methodes 2018-11-10 21:48:46 +01:00
Emmo Emminghaus
b997d5ba5b move code from borg.helpers.usergroup to borg.platform.posix 2018-11-10 21:43:45 +01:00
Ashmodei
6ca926d3bd Added PATH::archive output for creation function on info log level. (#4157)
added repo::archive output for creation function on info log level, fixes #3561
2018-11-08 18:15:08 +01:00
motwok
78a3f2475e Basic MSC Compatibility (#4147)
MSC Compatibility (Native Compile on Windows)
2018-11-03 18:52:54 +01:00
TW
08a03126b7
Merge pull request #4127 from motwok/master
c code portability fixes: issue #2677 and 2 more
2018-11-02 20:13:20 +01:00
Emmo Emminghaus
b2c3bc4d9e removing accidental change 2018-11-02 14:10:23 +01:00
James Vasile
806d937c2e 4081 - Add note about files changing during backup (#4116)
Add note about files changing during backup
2018-11-01 21:11:05 +01:00
TW
712a02c32b
Merge pull request #4143 from step21/master
Fixed links to cachedir spec in docs and code, fixes #4140
2018-10-31 15:22:14 +01:00
step21
19c269cdcf Fixed link to cachedir spec in fs helper to address #4140 2018-10-31 14:05:49 +01:00
step21
0c99aee724 Fixed link to cachedir spec in docs to address #4140 2018-10-31 13:57:08 +01:00
TW
44d41e3fa6
Merge pull request #4142 from step21/master
Explicitly convert environment variable to str to address #4136
2018-10-31 13:48:13 +01:00
step21
0d26ad3661 Explicitly convert environment variable to str to address #4136 2018-10-31 09:41:02 +01:00
TW
c1380e4bb3
Merge pull request #4141 from step21/master
Moving the flags of the compiled regex to the front, fixes #4137
2018-10-31 08:54:48 +01:00
step21
47490c79be Moving the flags of the compiled regex to the front to fix #4137 2018-10-31 07:56:16 +01:00
motwok
6fde90b7f8
Merge pull request #1 from borgbackup/master
Update form upstream to fork
2018-10-29 21:39:01 +01:00
TW
1183ea91fa
Merge pull request #4135 from ThomasWaldmann/flake8
fixing the issues discovered by flake 3.6.0
2018-10-29 15:39:13 +01:00
Thomas Waldmann
64a53ba43a fixup: the help text is parsed as rst markup, so a lone * is an error
* and ** are interpreted as emphasis and need to be matched for begin
and end of emphasis. the \ in front of it is to get a non-markup *.
2018-10-29 13:53:40 +01:00
Thomas Waldmann
b0afc6709b flake8: use separate lines for different classes of flake8 ignores 2018-10-29 12:36:07 +01:00
Thomas Waldmann
5c66a60f79 flake8: fix W605 (invalid escape sequences) 2018-10-29 12:36:07 +01:00
Thomas Waldmann
10cdadb2f8 flake8: fix F841 2018-10-29 12:36:03 +01:00
Thomas Waldmann
fc4a7bc0c9 flake8: disable the new checks of flake8 3.6 for now 2018-10-29 12:35:12 +01:00
Emmo Emminghaus
718abfd6f8 cleanup void * in _hashindex.c (2nd) 2018-10-27 17:45:10 +02:00
Emmo Emminghaus
9d1276af04 cleanup void * in _hashindex.c 2018-10-27 17:34:25 +02:00
Emmo Emminghaus
f8ef6af454 hashindex: clean void* arithmetic up #2677
lowlevel: clean void* arithmetic up
unpack: repalce nonstandard false with 0
2018-10-24 21:40:05 +02:00
TW
62de891ada
Merge pull request #4091 from m3nu/master
Add argument storage_quota to forced_result. Avoids override by client.
2018-10-03 17:33:29 +02:00