1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 09:47:58 +00:00
Commit graph

5306 commits

Author SHA1 Message Date
TW
9a3fbdd751
Merge pull request #4316 from ThomasWaldmann/init-make-parentdirs
borg init --make-parent-dirs parent1/parent2/repo_dir, fixes #4235
2019-02-05 04:49:22 +01:00
TW
b79c26a45f
Merge pull request #4319 from ThomasWaldmann/msgpack-061
support msgpack 0.6.1
2019-02-05 03:59:21 +01:00
Thomas Waldmann
f479850652 add comment about msgpack >= 0.6.1 features for later 2019-02-05 03:08:19 +01:00
Thomas Waldmann
940e107add cleanup msgpack requirements
we do not expect 0.5.x with x > 6 any more.

also remove outdated comments from setup.py.
2019-02-05 02:37:22 +01:00
Thomas Waldmann
0ebfaa5b61 allow msgpack 0.6.1, fixes #4308 2019-02-05 02:32:36 +01:00
Thomas Waldmann
600e798201 borg init --make-parent-dirs parent1/parent2/repo_dir, fixes #4235 2019-02-04 17:12:11 +01:00
TW
b204201fb5
Merge pull request #4302 from ThomasWaldmann/repair-output
add archive name to check --repair output, fixes #3447
2019-02-04 03:29:58 +01:00
TW
c3f40de606
cache_sync: compute size/count stats, borg info: consider part files (#4286)
cache_sync: compute size/count stats, borg info: consider part files

fixes #3522
2019-02-04 03:26:45 +01:00
TW
50666c3e44
Merge pull request #4315 from ThomasWaldmann/check-msgpack-master
check msgpack version, terminate for unsupported versions
2019-02-03 04:34:51 +01:00
TW
de288cd6b2
Merge pull request #4314 from ThomasWaldmann/fix-tests-master
fix duplicate test method name, fixes #4311
2019-02-03 04:10:15 +01:00
Thomas Waldmann
18c9feb7e3 check msgpack version, terminate for unsupported versions 2019-02-03 03:54:41 +01:00
Thomas Waldmann
f4e1ba5995 fix duplicate test method name, fixes #4311
thanks to Anthony Sottile for finding this!
2019-02-03 02:37:49 +01:00
TW
422d9cf170
Merge pull request #4275 from ThomasWaldmann/fix-empty-segment-crash-master
recover_segment: handle too small segment files correctly, see #4272
2019-02-02 00:06:44 +01:00
TW
2d74e8e58d
Merge pull request #4301 from ThomasWaldmann/twine
update release workflow using twine (docs, scripts), see #4213
2019-02-01 23:46:43 +01:00
Thomas Waldmann
18b62f63a6 add archive name to check --repair output, fixes #3447
so it does not look like duplicated and also informs the user about
affected archives.
2019-02-01 23:30:45 +01:00
Thomas Waldmann
f7525156c1 update release workflow using twine (docs, scripts), see #4213 2019-02-01 22:07:49 +01:00
TW
266fb02b9d
Merge pull request #4276 from ThomasWaldmann/fix-short-hostname
make "hostname" short, even on misconfigured systems, fixes #4262
2019-02-01 11:10:03 +01:00
Manuel Riel
9ab0a095ab Add --rsh command line option to complement BORG_RSH env var. Fixes #… (#4290)
Add --rsh command line option to complement BORG_RSH env var. Fixes #1701
2019-01-31 13:54:17 +01:00
TW
2db84eada0
Merge pull request #4292 from m3nu/issue/4289/fix-free-space-calc
Use f_frsize instead of f_bsize to calculate free space. Fixes #4289
2019-01-31 08:34:45 +01:00
Manu
c3a882b509 Use f_frsize instead of f_bsize to calculate free space. Fixes #4289 2019-01-31 14:26:21 +08:00
Manuel Riel
7e7d74c1c1 Add new FAQ regarding change of compression settings. Fixes #4222 (#4282)
FAQ regarding change of compression settings. Fixes #4222
2019-01-31 05:58:33 +01:00
Manuel Riel
4ecc7ede8d Add note about BSD flags to changelog. Fixes #4246 (#4279)
Add note about BSD flags to changelog. Fixes #4246
2019-01-31 05:56:37 +01:00
TW
e22ce66765
Merge pull request #4288 from m3nu/issue/3905/disable-free-space-check
Add FAQ regarding free disk space check. Fixes #3905
2019-01-31 05:54:42 +01:00
Manu
b37aceb469 Add FAQ regarding free disk space check. Fixes #3905 2019-01-31 12:45:41 +08:00
TW
3202213b33
Merge pull request #4278 from m3nu/issue/4249/clarify-passphrase-shell-behavior
Update BORG_PASSCOMMAND example and clarify variable expansion.
2019-01-30 16:18:01 +01:00
TW
c6cb1dc28b
Merge pull request #4281 from m3nu/issue/4223/config-crashing
Quit with error message when no config key is provided. Fixes #4223
2019-01-30 15:51:33 +01:00
Manu
e155822474 Quit with error message when no config key is provided. Fixes #4223 2019-01-30 11:31:53 +08:00
Manu
d13ddb224a Update BORG_PASSCOMMAND example and clarify variable expansion. Fixes #4249 2019-01-30 10:12:47 +08:00
Thomas Waldmann
111c34f92e make "hostname" short, even on misconfigured systems, fixes #4262 2019-01-29 19:51:51 +01:00
Thomas Waldmann
2c94d5ba58 recover_segment: handle too small segment files correctly, see #4272
nothing left to recover there, but at least we must not crash in mmap().
2019-01-29 19:21:51 +01:00
TW
2bcff382cb
Merge pull request #4247 from ThomasWaldmann/memoryview-cm
correctly release memoryview
2019-01-29 15:53:47 +01:00
TW
45382e0fd3
Merge pull request #4271 from ThomasWaldmann/fix-configparser-diaper-master
avoid diaper pattern in configparser by opening files, fixes #4263
2019-01-27 06:40:45 +01:00
Thomas Waldmann
b4c68de128 avoid diaper pattern in configparser by opening files, fixes #4263
this will fail early with correct error msg / exception traceback
if a config file is not readable.
2019-01-27 03:28:11 +01:00
Thomas Waldmann
78361744ea keep "data" as is, use "d" for slices
so that the data.release() call is on the original memoryview and
also we can delete the last reference to a slice of it first.
2019-01-25 02:09:00 +01:00
Thomas Waldmann
2910d13055 use try/finally to ensure correct memoryview release
see #4243.
2019-01-25 02:09:00 +01:00
Thomas Waldmann
02f3daebbe use a contextmanager to ensure correct memoryview release
see #4243.
2019-01-25 02:09:00 +01:00
TW
b8fe7b6b83
Merge pull request #4264 from ThomasWaldmann/travis-fix-brew
fix the homebrew 1.9 issues on travis-ci, fixes #4254
2019-01-24 23:16:03 +01:00
Thomas Waldmann
235c2994ec fix the homebrew 1.9 issues on travis-ci, fixes #4254
https://github.com/Homebrew/brew/pull/5517/files
2019-01-24 21:29:54 +01:00
TW
4d29747f85
Merge pull request #4244 from ThomasWaldmann/support-msgpack060
avoid breakage with msgpack 0.6.0+, keep old limits, fixes #4220
2019-01-05 23:45:01 +01:00
Thomas Waldmann
2a981ba8eb avoid breakage with msgpack 0.6.0+, keep old limits, fixes #4220
for the Unpacker class, our msgpack wrapper already enforced own
defaults (identical to msgpack < 0.6.0 defaults) - no problem there.

for the unpack and unpackb functions, this changeset enforces the
same defaults in the wrapper, overriding the msgpack 0.6.0+ new
defaults (which caused breakage as seen in #4220).
2019-01-05 22:54:35 +01:00
TW
3948763838
Merge pull request #4242 from step21/patch-1
Added vorta gui
2019-01-05 21:28:01 +01:00
step21
a577a63313
Added vorta gui 2019-01-05 21:07:28 +01:00
cornop
1dad7a39fd Clarify the necessity to separately backup key in repokey mode (#4237)
clarify the necessity to separately backup key in repokey mode
2019-01-05 14:46:24 +01:00
Greg Grossmeier
b311b62e0d Docs: Improve logging in example automation script (#4226)
docs: improve logging in example automation script

* add an info entry for the compacting step
* add a final info entry for successful completion
2018-12-21 18:54:58 +01:00
TW
9e05bf9cde
Merge pull request #4216 from ThomasWaldmann/fwd-ports
Fwd ports
2018-12-15 22:41:05 +01:00
Thomas Waldmann
15695205a1 Vagrantfile: use python 3.6.7 for binary building 2018-12-15 21:39:52 +01:00
Thomas Waldmann
042dfa0c73 Vagrantfile: add python 3.5.0 for testing 2018-12-15 21:37:43 +01:00
Thomas Waldmann
ca6a7d1500 on linux, symlinks can't have ACLs, see #4044
(cherry picked from commit ca1928c925)
2018-12-15 21:32:27 +01:00
TW
1c4a231a17
Merge pull request #4215 from ThomasWaldmann/cythonize-ll3
cythonize: set language_level to 3, fixes #4214
2018-12-15 19:34:15 +01:00
Thomas Waldmann
a255e91988 cythonize: set language_level to 3, fixes #4214 2018-12-15 18:52:26 +01:00