Commit Graph

5503 Commits

Author SHA1 Message Date
TW
c0905579b7
Merge pull request #4513 from ThomasWaldmann/travis-py367-for-openssl11
travis: use py367 on macOS to get a python build with openssl1.1
2019-04-19 23:16:31 +02:00
Thomas Waldmann
8fb72365fa travis: use py367 on macOS to get a python build with openssl1.1 2019-04-19 20:46:37 +02:00
TW
4f084faea8
Merge pull request #4512 from ThomasWaldmann/delete-stats-consider-parts
delete / prune archive(s): consider part files correctly for stats
2019-04-19 20:36:30 +02:00
Thomas Waldmann
7081583f4d prune: consider part files correctly for stats, fixes #4507 2019-04-19 19:29:41 +02:00
Thomas Waldmann
502ebe63be delete archive: consider part files correctly for stats, see #4507 2019-04-19 19:29:30 +02:00
TW
df5641ad27
Merge pull request #4497 from ThomasWaldmann/simple-stat-only-once
create: only run stat_simple_attrs() once
2019-04-16 20:16:28 +02:00
Thomas Waldmann
cd4f6b41ca create: only run stat_simple_attrs() once
the second call was done in stat_attrs().

this increases backup with lots of unchanged files performance by ~ 5%.
2019-04-08 21:34:09 +02:00
Mike
ef90cda43a Add "SSH Configuration" section (#4493)
Add "SSH Configuration" section

Add "SSH Configuration" section to "borg serve" documentation, to outline ssh/sshd configuration to prevent borg serve keeping a lock on a repo in the event the ssh connection is abnormally disconnected.

In response to issues #3988, #636 and #4485 (and probably others).
2019-04-08 21:10:26 +02:00
TW
e83417ed05
Merge pull request #4499 from ThomasWaldmann/macosx-pyenv-openssl11
travis: use openssl 1.1 for borg, use python 3.5.3 for 1.1 compat
2019-04-07 15:41:06 +02:00
Thomas Waldmann
f669d42443 travis: use openssl 1.1 for borg, use python 3.5.3 for 1.1 compat
pyenv recently gained the ability to use (and actually prefer) openssl
1.1 on mac OS.

we need to use python 3.5.3, older is not compatible with openssl 1.1.
with python 3.5.2, python was built without ssl support.

also, we need to set the right PKG_CONFIG_PATH, so borg also uses 1.1.
2019-04-07 02:03:31 +02:00
TW
c1677ac246
pytest: -v and default XDISTN to 1 (#4481) 2019-04-03 17:12:06 +02:00
Thalian
8b6184f1b3 #4473 – Better document borg check --max-duration (#4478)
better document borg check --max-duration, fixes #4473
2019-03-31 18:36:18 +02:00
TW
85b010af5d
Merge pull request #4482 from fantasya-pbem/feature/4471_Sorted-commands-help-in-steps
sorted commands help in multiple steps, fixes #4471
2019-03-30 19:54:50 +01:00
Thalian
1d74783a02 [TASK] #4471 – borg help should print <command> list in sorted order: Step 15
Finally moved borg help and added a section comment.
2019-03-30 07:11:42 +01:00
Thalian
1e2fee8c1a [TASK] #4471 – borg help should print <command> list in sorted order: Step 14
Moved borg recreate.
2019-03-30 07:11:42 +01:00
Thalian
00793cba01 [TASK] #4471 – borg help should print <command> list in sorted order: Step 13
Moved borg prune.
2019-03-30 07:11:42 +01:00
Thalian
b7af4b5f91 [TASK] #4471 – borg help should print <command> list in sorted order: Step 12
Moved borg init, key, list after info.
2019-03-30 07:11:42 +01:00
Thalian
2eebe13d01 [TASK] #4471 – borg help should print <command> list in sorted order: Step 11
Moved borg rename between mount and serve.
2019-03-30 07:11:42 +01:00
Thalian
9bee80ba12 [TASK] #4471 – borg help should print <command> list in sorted order: Step 10
Moved borg info.
2019-03-30 07:11:42 +01:00
Thalian
aecd2f7fcb [TASK] #4471 – borg help should print <command> list in sorted order: Step 9
Moved borg extract.
2019-03-30 07:11:42 +01:00
Thalian
947b47a11a [TASK] #4471 – borg help should print <command> list in sorted order: Step 8
Moved borg export-tar.
2019-03-30 07:11:42 +01:00
Thalian
76380e9ccb [TASK] #4471 – borg help should print <command> list in sorted order: Step 7
Moved borg diff.
2019-03-30 07:11:42 +01:00
Thalian
28172553db [TASK] #4471 – borg help should print <command> list in sorted order: Step 6
Moved borg debug & delete.
2019-03-30 07:11:42 +01:00
Thalian
e6b43ee5e9 [TASK] #4471 – borg help should print <command> list in sorted order: Step 5b
Moved borg create.
2019-03-30 07:11:28 +01:00
Thalian
74635f38d6 [TASK] #4471 – borg help should print <command> list in sorted order: Step 5a
Moved borg compact & config.
2019-03-30 07:04:23 +01:00
Thalian
55522b11fd [TASK] #4471 – borg help should print <command> list in sorted order: Step 4
Moved borg check after borg break-lock.
2019-03-29 18:44:44 +01:00
Thalian
737d17cc3f [TASK] #4471 – borg help should print <command> list in sorted order: Step 3
Moved borg benchmark and borg break-lock to the top.
2019-03-29 18:40:28 +01:00
Thalian
2e42543d3d [TASK] #4471 – borg help should print <command> list in sorted order: Step 2
Move subparsers definition out of "# borg mount" to the top so the mount section can be moved downwards.
2019-03-29 18:34:09 +01:00
Thalian
018176771e [TASK] #4471 – borg help should print <command> list in sorted order: Step 1
Added command section markers that will help when moving the sections later.
2019-03-29 17:38:45 +01:00
user062
68aff8b8c4 FIX #4373 (#4470)
--stats does not work with --dry-run, emit error msg and exit, fixes #4373
2019-03-25 13:44:11 +01:00
Thomas Waldmann
f541d6e689 display msgpack version as part of sysinfo (e.g. in tracebacks) 2019-03-22 14:18:55 +01:00
TW
764d2d824e
Merge pull request #4468 from borgbackup/rel120a5
Release 1.2.0a5
2019-03-21 22:13:51 +01:00
Thomas Waldmann
572a778554 build_man 2019-03-21 21:11:46 +01:00
Thomas Waldmann
9c380405a2 build_usage 2019-03-21 21:11:18 +01:00
Thomas Waldmann
f1d23e0963 add release date 2019-03-21 21:08:08 +01:00
TW
2d4ad14f75
Merge pull request #4467 from ThomasWaldmann/update-changes-master
update CHANGES (master)
2019-03-21 20:51:57 +01:00
Thomas Waldmann
3157809719 update CHANGES (master) 2019-03-21 20:35:13 +01:00
TW
676b5ffa9a
Merge pull request #4460 from ThomasWaldmann/fix-exception-rc
borg command shall terminate with rc 2 for ImportErrors, fixes #4424
2019-03-21 00:46:24 +01:00
TW
82b11d6b1f
Merge pull request #4459 from ThomasWaldmann/fix-2830
add comment about hashtable sizes, fixes #2830
2019-03-20 22:50:38 +01:00
Thomas Waldmann
97ca421fef borg command shall terminate with rc 2 for ImportErrors, fixes #4424
also: removed unused import.
2019-03-20 15:14:07 +01:00
Thomas Waldmann
7e7ea69e92 add comment about hashtable sizes, fixes #2830 2019-03-20 14:35:05 +01:00
TW
915d84ecb2
Merge pull request #4450 from ThomasWaldmann/freebsd-xattr-ns
freebsd xattr namespace fixes
2019-03-20 13:54:35 +01:00
TW
7b45e912c3
Merge pull request #4456 from ThomasWaldmann/update-docs-23
update master branch install docs (23)
2019-03-20 01:39:25 +01:00
Thomas Waldmann
060fb02112 docs: update requirements, fixes #4374
also some other minor install docs updates, to be continued...
2019-03-20 00:01:30 +01:00
Thomas Waldmann
f922cdd803 docs: remove libzmq3* for debian/ubuntu 2019-03-19 23:19:38 +01:00
Thomas Waldmann
f8371898ae docs: mention pkg-config / pkgconfig requirement, fixes #4452
both are required before invoking setup.py.

also mention libb2 requirement for pkgconfig being able to discover it.
2019-03-19 23:17:15 +01:00
Thomas Waldmann
e69b8996cc docs: remove zeromq requirement
borg currently does not use zeromq.
2019-03-19 23:06:24 +01:00
Thomas Waldmann
22e021a5ce docs: install libcrypt-devel on cygwin
this is included into Python.h, thus needed when compiling stuff.
2019-03-19 22:38:09 +01:00
Thomas Waldmann
d79d505d89 fuse xattr tests: remove freebsd from might-be-broken list 2019-03-18 22:21:25 +01:00
Thomas Waldmann
f66c102cc5 bump platform api version 2019-03-18 21:51:02 +01:00