Commit Graph

4565 Commits

Author SHA1 Message Date
TW 1932fe8ea9 Merge pull request #2731 from ThomasWaldmann/limit-unpacker-manifest
Manifest: use limited unpacker
2017-06-26 01:42:11 +02:00
Thomas Waldmann 89f3cab6cd move get_limited_unpacker to helpers
also: move some constants to borg.constants
2017-06-25 23:36:28 +02:00
Thomas Waldmann 6c2c51939d Manifest: use limited unpacker 2017-06-25 23:36:28 +02:00
TW c83c4d633a Merge pull request #2744 from edgewood/master
Split up interval parsing and filtering for --keep-within
2017-06-25 23:28:21 +02:00
Ed Blackman 9c5425dda8 Split up interval parsing from filtering for --keep-within
Fixes #2610

Parse --keep-within argument early, via new validator method interval
passed to argparse type=, so that better error messages can be given.

Also swallows ValueError stacktrace per the comment in the old code that
including it wasn't desirable.
2017-06-25 12:10:13 -04:00
TW f3fc546c9d Merge pull request #2742 from htgoebel/patch-2
Vagrantfile: Fix set-up of cygwin and its sshd.
2017-06-25 17:34:06 +02:00
TW ec4958fb1c Merge pull request #2740 from ThomasWaldmann/fuse-writing
FUSE vs. fuse
2017-06-25 00:37:09 +02:00
Hartmut Goebel 045a676825 Vagrantfile: cygwin: Fix installation of pip.
cygwin is at python-3.6 now. Use version-independent `ensurepip`
to be future-proof.
2017-06-24 19:44:36 +02:00
Hartmut Goebel f962659f11 Vagrantfile: cygwin: Prepend cygwin PATH.
Otherwise crippled programs of the pre-installed MLS-OpenSSHd's path
hide the cygwin programs.
2017-06-24 19:22:39 +02:00
Hartmut Goebel 54a60c5fc8 Vagrantfile: cygwin: Fix permissions as required by sshd. 2017-06-24 17:46:20 +02:00
Hartmut Goebel b09e4eff86 Vagrantfile: cygwin: Run setup after setting PATH
Fixes #2609.
2017-06-24 17:46:20 +02:00
enkore 4714a453a8 Merge pull request #2741 from htgoebel/patch-1
Vagrantfile: Fix cygwin mirror URL.
2017-06-24 11:24:36 +02:00
Hartmut Goebel 26c92256e2 Vagrantfile: Fix cygwin mirror URL.
mirrors.kernel.org no longer offers ftp.
2017-06-24 09:14:41 +02:00
Thomas Waldmann 7ebad4f803 FUSE vs. fuse 2017-06-24 01:24:14 +02:00
enkore 4920ca3b01 Merge pull request #2737 from rugk/docs-pruneex
Include prune example in doc
2017-06-23 19:18:07 +02:00
Marian Beermann 310a9b3486 docs: prune: fix include path 2017-06-23 19:17:18 +02:00
rugk e967edad98 Include prune example in doc 2017-06-23 19:17:18 +02:00
enkore 64be888e60 Merge pull request #2736 from rugk/docs-sshrestrict
Fix typo
2017-06-23 19:12:01 +02:00
rugk 6051969df8
Fix typo 2017-06-23 16:54:02 +02:00
enkore 36d22ae240 Merge pull request #2732 from rugk/docs-sshrestrict
Simplify ssh authorized_keys file
2017-06-23 16:16:34 +02:00
rugk 5b0b4f4b00
Remove unneccessary space 2017-06-23 14:52:11 +02:00
rugk 41248bbab1
Add legacy note & normalize order 2017-06-23 14:50:00 +02:00
rugk b27b9894d1
Simplify ssh authorized_keys file
Just using "restrict"; closes https://github.com/borgbackup/borg/issues/2121
2017-06-23 13:28:49 +02:00
TW d3abf31129 Merge pull request #2728 from ThomasWaldmann/travis-fakeroot
travis: install fakeroot for Linux
2017-06-22 20:46:15 +02:00
Thomas Waldmann b625a4c8c5 travis: install fakeroot for Linux
they removed it from the preinstalled sw stack.
2017-06-22 20:13:39 +02:00
TW 7e625a470f Merge pull request #2723 from ThomasWaldmann/remove-hurd-noatime-skip
remove skipping the noatime tests on GNU/Hurd, fixes #2710
2017-06-22 00:52:00 +02:00
Thomas Waldmann 49411d1c6c remove skipping the noatime tests on GNU/Hurd, fixes #2710
I recently installed GNU/Hurd 2017 and found the atime test works now.
2017-06-21 15:59:44 +02:00
enkore 109363236a Merge pull request #2716 from enkore/docs/metavar
docs: format metavars more accurately
2017-06-21 01:10:53 +02:00
Marian Beermann 771168a3af docs: extract: move cwd note to --help 2017-06-21 00:16:25 +02:00
Marian Beermann 09d0d566a5 docs: with-lock: convert to proper admonition 2017-06-21 00:16:06 +02:00
Marian Beermann 88ae1ebf33 docs: format metavars more accurately 2017-06-21 00:13:33 +02:00
enkore 710ca196d8 Merge pull request #2715 from enkore/f/rare-opts2
delete: remove short option for --cache-only
2017-06-20 21:01:23 +02:00
enkore f30f61a007 Merge pull request #2714 from enkore/f/cleanup-argparse
argparse cleanup
2017-06-20 21:01:05 +02:00
Marian Beermann 6e5ae6dc04 delete: remove short option for --cache-only 2017-06-20 18:13:10 +02:00
Marian Beermann 82575dbfe5 argparse cleanup
- action='store_true' implies default=False
- missing metavars added
- minor code formatting
2017-06-20 18:09:00 +02:00
enkore 51bce20b5b Merge pull request #2713 from enkore/docs/compact-opt
docs: use DOM ready event, not document loaded event
2017-06-20 15:49:10 +02:00
Marian Beermann a9059a64bd docs: use DOM ready event, not document loaded event 2017-06-20 15:48:30 +02:00
enkore 8491de66c8 Merge pull request #2712 from enkore/docs/compact-opt
docs: use tables for options, with even widths.
2017-06-20 15:41:15 +02:00
Marian Beermann 23ee9432d9 docs: retain rST option list formatting (for Common Options) 2017-06-20 15:32:39 +02:00
Marian Beermann 9d33ff1720 docs: skip empty option groups 2017-06-20 15:30:20 +02:00
Marian Beermann e869e7dc2f ran build_usage 2017-06-20 15:23:52 +02:00
Marian Beermann b1747873d9 docs: various formatting fixes 2017-06-20 15:23:52 +02:00
Marian Beermann e76fae0545 docs: uniform tables for listing options (HTML only) 2017-06-20 15:23:52 +02:00
enkore 8cc3e527a2 Merge pull request #2711 from enkore/docs/compact-opt
docs: change options formatting
2017-06-20 12:01:08 +02:00
Marian Beermann a1a92bf00f docs: less space waste following "Common options" 2017-06-20 11:53:36 +02:00
Marian Beermann e5012b11ca ran build_usage 2017-06-20 11:49:26 +02:00
Marian Beermann 6290b73863 docs: more compact options formatting 2017-06-20 11:48:46 +02:00
enkore 496922f4e0 changes: provisional 1.1.0rc1 header 2017-06-20 01:06:40 +02:00
enkore 4ebc907333 Merge pull request #2709 from enkore/docs/test
docs: move introduction sentence
2017-06-19 10:23:21 +02:00
Marian Beermann d495b0fe75 docs: move introduction sentence 2017-06-19 10:01:55 +02:00