TW
b2c141899b
Merge pull request #3710 from ThomasWaldmann/docs-security-fingerprinting
...
security: describe chunk size / proximity issue, see #331
2018-03-24 21:50:17 +01:00
TW
024c9578ce
Merge pull request #3717 from milkey-mouse/fix-3706-fp1.2
...
Vagrant: move cleanup steps to fs_init (1.2 forward-port)
2018-03-24 21:37:35 +01:00
TW
3e66fa3e50
Merge pull request #3716 from milkey-mouse/fix-3707-fp1.2
...
Vagrant: xenial64 box now uses username 'vagrant' (1.2 forward-port)
2018-03-24 21:36:18 +01:00
TW
b6b8e1bb16
Merge pull request #3683 from milkey-mouse/repo-archive-quickstart
...
Add quickstart introduction to repositories & archives (fixes #3620 )
2018-03-24 21:31:27 +01:00
Milkey Mouse
d41c9296c0
fixup! Add quickstart introduction to repositories & archives ( fixes #3620 )
2018-03-24 12:05:47 -07:00
Thomas Waldmann
6b42562c8c
Vagrant: move cleanup steps to fs_init, fixes #3706
...
so after a vagrant up or vagrant reload (which both rsync), we
can just call the fs_init and run_tests provisioning steps and do
not need to call install_borg again.
2018-03-24 11:49:49 -07:00
Thomas Waldmann
53aae94a5a
Vagrant: xenial64 box now uses username 'vagrant', fixes #3707
2018-03-24 11:30:06 -07:00
Thomas Waldmann
8ac272f35f
security: describe chunk size / proximity issue, see #3687
2018-03-23 17:54:02 +01:00
TW
52be21c690
Merge pull request #3704 from ThomasWaldmann/getpass-ux
...
improve getpass user experience, see #3689
2018-03-20 22:55:06 +01:00
TW
adf9919d3e
Merge pull request #3682 from milkey-mouse/set-prev-location-early
...
Set cache previous_location on load instead of save (fixes #3304 )
2018-03-20 22:43:28 +01:00
Thomas Waldmann
dc78fcf193
improve getpass user experience, see #3689
...
if interactive passphrase query fails and the env vars are not set,
show a clear error message about this.
users often do 'BORG_PASSPHRASE=secret', forgetting the 'export'.
or they use sudo (and not sudo -E).
in both cases, the env vars won't be available for the borg process.
2018-03-20 21:21:23 +01:00
TW
105d518191
Merge pull request #3676 from ThomasWaldmann/recompress-docs
...
recreate --recompress: add metavar, clarify description
2018-03-17 23:51:44 +01:00
TW
201c62430a
Merge pull request #3675 from ThomasWaldmann/crypto-compression-docs
...
security docs: add about combining compression and encryption
2018-03-17 19:46:42 +01:00
TW
788783b91a
Merge pull request #3691 from ThomasWaldmann/test-diff-deleted-empty
...
add test for issue #3688
2018-03-17 19:20:07 +01:00
Thomas Waldmann
0a46d3330c
add test for issue #3688
2018-03-17 18:24:55 +01:00
TW
c206f8b403
Merge pull request #3677 from ThomasWaldmann/docs-avoid-permission-mixup
...
quickstart: add note about permissions, borg@localhost, fixes #3452
2018-03-12 15:18:16 +01:00
TW
6b3191a285
Merge pull request #3678 from ThomasWaldmann/docs-log
...
docs: improve logging docs, fixes #3549
2018-03-12 15:16:47 +01:00
TW
229114170e
Merge pull request #3679 from ThomasWaldmann/docs-pattern-option
...
docs: pattern usage clarifications
2018-03-12 15:15:43 +01:00
TW
e6978fa2ea
Merge pull request #3680 from ThomasWaldmann/transaction-rollback-docs
...
docs: extend append-only repo rollback docs, fixes #3579
2018-03-12 15:13:53 +01:00
Milkey Mouse
09beb64f34
Add quickstart introduction to repositories & archives ( fixes #3620 )
2018-03-10 17:19:46 -08:00
Milkey Mouse
4098f0f05c
Set previous_location on load instead of save
...
This caused a really stupid bug with borg config --cache, see
https://github.com/borgbackup/borg/issues/3304#issuecomment-371896766
2018-03-10 16:52:42 -08:00
TW
b812472f36
Merge pull request #3674 from ThomasWaldmann/cache-config-validation
...
borg config --cache: allow validated access to previous_location
2018-03-10 15:51:05 +01:00
TW
646c0ea117
Merge pull request #3681 from ThomasWaldmann/fixup-recreate-progress-broken
...
fix borg recreate --progress (broken by previous commit)
2018-03-10 15:47:17 +01:00
Thomas Waldmann
f979349f07
fix borg recreate --progress (broken by previous commit)
...
fixup for cb7887836a
2018-03-10 15:41:01 +01:00
Rémi Oudin
cb7887836a
Fix --progress option. ( #3557 )
...
Fix --progress option, fixes #3431
2018-03-10 15:11:08 +01:00
Thomas Waldmann
451b22ee51
docs: extend append-only repo rollback docs, fixes #3579
2018-03-09 23:27:31 +01:00
Thomas Waldmann
9b73d31a40
docs: clarify path semantics when matching, fixes #3598
2018-03-09 22:57:37 +01:00
Thomas Waldmann
cf72c9592c
docs: add an example for --pattern usage, fixes #3661
2018-03-09 21:37:06 +01:00
Thomas Waldmann
99be106bc8
docs: improve logging docs, fixes #3549
2018-03-09 20:44:20 +01:00
Thomas Waldmann
7bc2138dcb
quickstart: add note about permissions, borg@localhost, fixes #3452
2018-03-09 20:01:38 +01:00
TW
1473ea708c
Merge pull request #3526 from borgbackup/enkore-patch-1
...
sec docs: explicitly note what happens OUTSIDE the attack model
2018-03-09 18:49:32 +01:00
Thomas Waldmann
c0f56ed039
recreate --recompress: add metavar, clarify description
2018-03-09 18:33:15 +01:00
Thomas Waldmann
be8913a93c
security docs: add about combining compression and encryption
2018-03-09 18:02:57 +01:00
Thomas Waldmann
810986f0f5
borg config --cache: allow validated access to previous_location
2018-03-09 17:27:30 +01:00
TW
fcf4145222
Merge pull request #3673 from tschwinge/mark-up-unicode-string
...
Mark up Unicode string
2018-03-09 16:46:37 +01:00
Thomas Schwinge
2458035057
Mark up Unicode string
...
Running Sphinx v1.4.8
WARNING: the config value 'copyright' is set to a string with non-ASCII characters; this can lead to Unicode errors occurring. Please use Unicode strings, e.g. u'Content'.
[...]
Encoding error:
'ascii' codec can't decode byte 0xc3 in position 23: ordinal not in range(128)
2018-03-08 11:37:45 +01:00
TW
3e2d5b2b22
Merge pull request #3581 from ThomasWaldmann/borg-config-validation
...
borg config: add some validation, fixes #3566
2018-03-05 23:40:12 +01:00
TW
763d12c6b8
Merge pull request #3669 from ThomasWaldmann/issue-3551
...
fix borgfs patterns/paths processing, fixes #3551
2018-03-05 23:39:25 +01:00
TW
814c44de5a
Merge pull request #3666 from ThomasWaldmann/secure-erase-msg
...
be more clear in secure-erase warning message, fixes #3591
2018-03-05 21:44:45 +01:00
Thomas Waldmann
0e0e6da585
make sure all segment file offsets fit into uint32, fixes #3592
...
C code and the repo index use uint32 type for segment file offsets,
so when opening a repo and the config max_segment_size is too big,
fail early.
Also disallow setting a too big value via "borg config".
2018-03-05 17:50:53 +01:00
Thomas Waldmann
2d637d8ead
borg config: add some validation, fixes #3566
...
only a few basic checks, it does not prevent all stupidities.
2018-03-05 17:50:06 +01:00
Thomas Waldmann
df9020389c
fix borgfs patterns/paths processing, fixes #3551
...
Just checking for None in patterns.py (and removing the set_defaults
calls in archiver.py) did not work as other arg parsing code relies on
having an empty list (in .patterns, .paths) to append to.
Thus I stayed away from pattern.py and rather fixed the defaults for
.paths and .patterns in all parsers.
2018-03-05 17:02:49 +01:00
Thomas Waldmann
fe65ccf95a
be more clear in secure-erase warning message, fixes #3591
2018-03-05 15:21:17 +01:00
TW
5ab5fdf821
Merge pull request #3662 from ThomasWaldmann/pattern-parsing
...
be more helpful when parsing invalid --pattern values
2018-03-05 15:16:59 +01:00
TW
35df0ab532
Merge pull request #3665 from anowlcalledjosh/docs-formatting
...
Improve formatting of GPG output in documentation
2018-03-05 14:33:19 +01:00
Josh Holland
9f2f4132ec
Improve formatting of GPG output in documentation
2018-03-05 13:21:20 +00:00
TW
b862c15691
Merge pull request #3663 from ThomasWaldmann/fix-compiler-warning
...
make the C compiler happy, fixes #3490
2018-03-03 19:50:07 +01:00
Thomas Waldmann
b2ffb8bd65
make the C compiler happy, fixes #3490
...
fix a false positive compiler warning about olen being referenced
before assignment (which is not true, see comments in #3490 ).
2018-03-03 04:07:25 +01:00
Thomas Waldmann
f5ba0fc649
be more helpful when parsing invalid --pattern values
...
say what the real problem is.
say what is valid.
2018-03-03 03:08:20 +01:00
TW
05ddba385a
Merge pull request #3658 from dragetd/draget-patch1_doc
...
Add docs on how to verify a signed release
2018-03-02 22:01:17 +01:00