Thomas Waldmann
2170d6e502
fix order in release process docs
...
it is important to first do all the changes that modify the release contents,
then tag/sign it, then build the binaries via vagrant.
Only then the binaries will have the correct version number.
2016-02-07 14:44:49 +01:00
Thomas Waldmann
8a8f0263c8
update CHANGES for 1.0.0rc1
2016-02-07 03:01:26 +01:00
Thomas Waldmann
94451cd2e8
update CHANGES
2016-02-06 20:24:20 +01:00
Thomas Waldmann
4355150efa
docs: OS X binary does not work for older OS X releases, fixes #629
2016-02-04 20:48:43 +01:00
Thomas Waldmann
435d30d61b
docs: updates and fixes
2016-02-01 03:22:02 +01:00
Thomas Waldmann
0a0f483daa
docs about borg serve's special support for forced/original ssh commands, fixes #544
2016-02-01 01:18:37 +01:00
Robin Schneider
a7ed461394
Use --one-file-system
instead of --do-not-cross-mountpoints
in docs.
...
Related to #296 in which support for `--do-not-cross-mountpoints` has
been deprecated.
2016-01-31 11:54:01 +01:00
Robin Schneider
57b0ab7475
Fixed spelling in deployment docs.
2016-01-31 11:50:06 +01:00
Thomas Waldmann
a65b7ec339
updates CHANGES
2016-01-30 23:05:40 +01:00
TW
5d93b6cda9
Merge pull request #613 from ThomasWaldmann/xdg-base-dir-keys
...
use xdg base dir for keys
2016-01-30 20:02:38 +01:00
Thomas Waldmann
7773e632db
fix some minor cosmetic code/docs issues
2016-01-30 00:01:13 +01:00
Thomas Waldmann
e06b7162c2
update docs / docstring about new key location
2016-01-28 23:15:49 +01:00
Thomas Waldmann
824e548b9f
add missing example for --list option of borg create
2016-01-28 20:32:30 +01:00
Adam Kouse
dcffa5c6a2
Single quote exclude line that includes an asterisk to prevent shell expansion
2016-01-26 11:51:38 -05:00
Gianfranco Costamagna
37eb22ad55
Delete Ubuntu Vivid, EOL
...
Ubuntu Vivid is not supported anymore.
2016-01-25 09:07:30 +01:00
Thomas Waldmann
d2bfa24814
update CHANGES
2016-01-24 17:54:36 +01:00
Thomas Waldmann
1fc99ec9cd
update docs, remove references to passphrase mode
2016-01-24 16:04:00 +01:00
Thomas Waldmann
b2dedee3c8
refactor yes(), cleanup env var semantics, fixes #355
...
refactorings:
- introduced concept of default answer:
if the answer string is in the defaultish sequence, the return value of yes() will be the default.
e.g. if just pressing <enter> when asked on the console or if an empty string or "default" is
in the environment variable for overriding.
if an environment var has an invalid value and no retries are enabled: return default
if retries are enabled, next retry won't use the env var again, but either ask via input().
- simplify:
only one default - this should be a SAFE default as it is used in some special conditions
like EOF or invalid input with retries disallowed.
no isatty() magic, the "yes" shell command exists, so we could receive input even if it is not from a tty.
- clean:
separate retry flag from retry_msg
2016-01-24 16:04:00 +01:00
Thomas Waldmann
6d615ec30a
change encryption to be on by default (repokey mode)
...
it's 2015, let's be safe-by-default and unsafe-as-option.
also: show default mode in builtin help
2016-01-24 15:44:09 +01:00
Thomas Waldmann
169634f2ca
change the builtin default for --chunker-params, create 2MiB chunks, fixes #343
...
one of the biggest issues with borg < 1.0 was that it had a default target chunk
size of 64kiB, thus it created a lot of chunks, a huge chunk management overhead
(high RAM and disk usage).
2016-01-24 15:44:09 +01:00
Thomas Waldmann
a2843bc939
docs: require python 3.4+
...
remove references to older pythons.
2016-01-24 14:57:48 +01:00
Thomas Waldmann
9ea79d738e
add chunks.archive.d trick to FAQ
2016-01-23 22:57:26 +01:00
Thomas Waldmann
f4561e813f
update CHANGES
2016-01-23 21:43:24 +01:00
Thomas Waldmann
dee1d462cc
ran setup.py build_usage
2016-01-23 20:54:20 +01:00
Thomas Waldmann
162d94b2e4
ran setup.py build_api
2016-01-23 20:52:04 +01:00
Thomas Waldmann
541bbd4a5b
add --list requirement hint
2016-01-23 15:21:38 +01:00
Michael Hanselmann
14934dab08
Update changes for shell-style pattern support
2016-01-23 11:05:17 +01:00
Antoine Beaupré
da7bc4af94
add netbsd install instructions
2016-01-22 14:35:53 -05:00
TW
068c68b24c
Merge pull request #584 from hansmi/shell-pattern
...
Add shell-style pattern syntax
2016-01-22 20:14:37 +01:00
Thomas Waldmann
92969ea5f1
add gcc gcc-c++ to redhat/fedora/corora install docs
2016-01-22 14:03:48 +01:00
Michael Hanselmann
c7fb598ab9
Add shell-style pattern syntax
...
The fnmatch module in Python's standard library implements a pattern
format for paths which is similar to shell patterns. However, “*”
matches any character including path separators. This newly introduced
pattern syntax with the selector “sh” no longer matches the path
separator with “*”. Instead “**/” can be used to match zero or more
directory levels.
2016-01-21 16:07:24 +01:00
Thomas Waldmann
854215b7dd
mention pp: in CHANGES
2016-01-20 01:00:35 +01:00
Thomas Waldmann
2dde49f0d4
update CHANGES
2016-01-19 01:02:14 +01:00
Piotr Pawlow
987aaa34df
Added SSH key options to the usage example.
2016-01-18 18:49:07 +01:00
Piotr Pawlow
a3fa965ded
Added no-agent-forwarding,no-user-rc to SSH key options.
2016-01-18 18:39:11 +01:00
Piotr Pawlow
7851df089a
Disable unneeded SSH features in authorized_keys example for security.
2016-01-18 14:35:11 +01:00
Robin Schneider
32900c8679
Mi
does stand for a IEC binary prefix e.g. 2^20.
2016-01-18 10:38:55 +01:00
Robin Schneider
665c3db2e9
Improved understandability of sentence in deployment.rst.
...
Thanks to @xor-gate.
Related to https://github.com/borgbackup/borg/pull/529/files#r49952612
2016-01-18 09:32:51 +01:00
Robin Schneider
1f49d16a71
Fixed my changes. Thanks to @ThomasWaldmann for the review!
2016-01-18 09:00:07 +01:00
Robin Schneider
8b9ae0ae92
More – → -- (CLI) fixes. Fixed spelling. AES-256 is used.
...
* According to the comment in `borg/key.py`.
2016-01-17 23:49:54 +01:00
Robin Schneider
576348a9d4
Use HTTPS everywhere. Especially when the website already redirects to HTTPS.
2016-01-17 22:31:08 +01:00
Robin Schneider
89ce86a33b
Fixed more in usage.rst. - → –; – → -- (CLI); Bullet list.
2016-01-17 22:23:54 +01:00
Robin Schneider
83c5321f53
Fixed RST warning markup.
2016-01-17 20:13:45 +01:00
Robin Schneider
19eb8e2d3b
Use `--option
` in RST to not render "--" as "–".
2016-01-17 20:12:23 +01:00
Thomas Waldmann
2f05e4add9
use the usual commandline arguments order for borg prune examples, fixes #560
...
borg prune <options> <repo>
2016-01-16 20:57:22 +01:00
TW
f35ba0b577
Merge pull request #559 from ThomasWaldmann/metastream-chunker
...
finer chunker granularity for items metadata stream, fixes #547 , fixes #487
2016-01-15 22:42:20 +01:00
Thomas Waldmann
888e078382
use finer chunker granularity for items metadata stream, fixes #547 , fixes #487
...
the items metadata stream is usually not that big (compared to the file content data) -
it is just file and dir names and other metadata.
if we use too rough granularity there (and big minimum chunk size), we usually will get no deduplication.
2016-01-15 20:56:21 +01:00
Jerry Jacobs
a1e1ce552c
Update README.md with doc|stable shield, minor markup fixes on docs/deployment.rst
2016-01-15 20:02:42 +01:00
Gianfranco Costamagna
e644dae793
Move to my ppa and add Trusty/Vivid packages
2016-01-15 13:55:04 +01:00
Thomas Waldmann
d08c51bdfc
add gource video to resources docs, fixes #507
2016-01-15 10:34:05 +01:00