Jerry Jacobs
a7c1419b6e
docs/deployment: Add borg storage server setup example
2016-01-13 21:06:03 +01:00
Thomas Waldmann
4216a94e19
it's 2016
2016-01-13 00:42:23 +01:00
Thomas Waldmann
86ec3847e2
Authors: make it more clear what refers to borg and what to attic
...
With some sphinx output formats (e.g. "man") that was not too
clear before this change.
2016-01-13 00:36:14 +01:00
Thomas Waldmann
9a2d1eb1d8
docs: replace "|project_name|" with just "Borg", less ugly
2016-01-13 00:25:43 +01:00
Thomas Waldmann
0f4d3b21c3
minor development docs fixes
2016-01-12 23:49:19 +01:00
TW
4a9672e8d5
Merge pull request #538 from ThomasWaldmann/fix-library-path
...
unset LD_LIBRARY_PATH before invoking ssh, hopefully fixes #514
2016-01-12 19:58:04 +01:00
TW
2921b60e69
Merge pull request #539 from ThomasWaldmann/add-version
...
display borg version below tracebacks, fixes #532
2016-01-12 19:57:41 +01:00
TW
0f02513410
Merge pull request #540 from ThomasWaldmann/isotimestamp-with-wkday
...
add abbreviated weekday to timestamp format, fixes #496
2016-01-12 19:57:14 +01:00
TW
d02def56f5
Merge pull request #543 from hansmi/dedent-pattern-help
...
Dedent pattern help text
2016-01-12 19:29:07 +01:00
Michael Hanselmann
98da9d1b96
Dedent pattern help text
...
The help text describing patterns should be dedented like other
multi-paragraph text blocks.
2016-01-12 17:53:34 +01:00
Thomas Waldmann
e5c29bd145
add abbreviated weekday to timestamp format, fixes #496
2016-01-11 23:31:24 +01:00
Thomas Waldmann
857f563307
display borg version below tracebacks, fixes #532
2016-01-11 23:22:04 +01:00
TW
c5dcf46d44
Merge pull request #531 from hansmi/add-exclude-from-test
...
Factorize and test loading of excludes from file
2016-01-11 19:52:32 +01:00
Michael Hanselmann
02e04653b6
Factorize and test loading of excludes from file
...
The parsing code for exclude files (given via `--exclude-from`) was not
tested. Its core is factorized into a separate function to facilitate an
easier test. The observable behaviour is unchanged.
2016-01-11 12:24:26 +01:00
Thomas Waldmann
170f847e74
unset LD_LIBRARY_PATH before invoking ssh, hopefully fixes #514
2016-01-11 02:08:58 +01:00
TW
89fbaa9767
Merge pull request #518 from htgoebel/patch-1
...
Update FAQ
2016-01-11 00:03:49 +01:00
Hartmut Goebel
0c2e517e04
Update FAQ
...
Clarify that user and group of owner are stored as name, except if --numeric-owner is given.
2016-01-09 23:50:41 +01:00
TW
047cfc90e7
Merge pull request #534 from lfam/contrib-docs
...
docs: Give project name in usage example.
2016-01-09 05:14:43 +01:00
Leo Famulari
077ebe8c49
docs: Give project name in usage example.
...
* docs/usage.rst: Replace "|project_name|" with "borg" because the
abstraction doesn't work in usage examples.
2016-01-08 21:02:03 -05:00
TW
267347ad3f
Merge pull request #530 from hansmi/fix-typo
...
Fix typo in comment
2016-01-07 18:21:11 +01:00
Michael Hanselmann
d668901df4
Fix typo in comment
2016-01-07 11:18:03 +01:00
TW
19afaa813c
Merge pull request #525 from dragetd/fix-docs
...
docs: standalone binary needs exec on temp
2016-01-06 15:11:32 +01:00
TW
48e9b9cb15
Merge pull request #524 from ThomasWaldmann/libc-loader-fallback
...
add some error handling/fallback for C library loading, fixes #494
2016-01-06 14:43:17 +01:00
Michael Gajda
fb64173bb4
Documentation: Standalone binary / pyinstaller extracts dependencies into /tmp. Currently /tmp requires about ~28MB of free space. It also needs exec permissions.
...
Closes #499
2016-01-06 13:35:28 +01:00
TW
d706ad53ee
Merge pull request #516 from elnappo/patch-1
...
Allow simple copy-paste for package installation with apt
2015-12-31 18:25:14 +01:00
Fabian Weisshaar
eb642f06cc
Allow simple copy-paste for package installation with apt
2015-12-30 15:06:31 +01:00
TW
4639617e2b
Merge pull request #511 from ThomasWaldmann/progress-update-quicker
...
output progress indication from inner loop, fixes #500
2015-12-29 11:56:17 +01:00
Thomas Waldmann
4ed71e2cf5
add some error handling/fallback for C library loading, fixes #494
2015-12-27 14:10:41 +01:00
Thomas Waldmann
c9afa2b27b
output progress indication from inner loop, fixes #500
...
- so it shows progress while it backups a bigger file
- so it announces the filename earlier
also: move rate limiting code to show_progress()
2015-12-27 11:06:03 +01:00
Thomas Waldmann
546052ed92
README: minor grammar fix, minor other changes
2015-12-20 16:38:38 +01:00
TW
8cb901b2f1
Merge pull request #504 from ThomasWaldmann/fix-503
...
fix badly named environment variable, fixes #503
2015-12-20 02:21:53 +01:00
Thomas Waldmann
57b913bc88
fix badly named environment variable, fixes #503
...
added: BORG_DELETE_I_KNOW_WHAT_I_AM_DOING for the check in "borg delete"
2015-12-20 02:03:33 +01:00
TW
ae4a56997f
Merge pull request #486 from anarcat/docs-ml
...
rephrase the mailing list section
2015-12-14 15:10:57 +01:00
Antoine Beaupré
f861f1f080
rephrase the mailing list section
2015-12-13 15:59:33 -05:00
Thomas Waldmann
c200b79470
development docs: run build_api and build_usage before tagging release
2015-12-13 21:34:37 +01:00
Thomas Waldmann
393e36b6da
updated internals docs: hash table max. load factor is 0.75 now
2015-12-13 19:58:32 +01:00
Thomas Waldmann
2ecfa54aee
ran build_api and build_usage
2015-12-13 15:47:03 +01:00
Thomas Waldmann
f3d60fdb37
update CHANGES
2015-12-13 15:41:18 +01:00
TW
3180bc5b79
Merge pull request #485 from ThomasWaldmann/fuse-improvements
...
results of some llfuse experiments
2015-12-13 14:43:12 +01:00
Thomas Waldmann
95f6cd4a4e
Merge branch 'master' of github.com:borgbackup/borg
2015-12-13 14:26:49 +01:00
Thomas Waldmann
7b61731021
Merge branch 'ThomasWaldmann-remote-logging'
2015-12-13 14:23:44 +01:00
TW
3fd6e75e2e
Merge pull request #484 from ThomasWaldmann/check-prefix
...
Check prefix, fixes #206
2015-12-13 01:19:56 +01:00
Thomas Waldmann
0c166898bf
fix python 3.2 str.splitlines() compatibility issue
2015-12-13 00:51:39 +01:00
Thomas Waldmann
aa97724c0c
add --prefix to check to check only some specific archives, fixes #206
2015-12-13 00:39:52 +01:00
Thomas Waldmann
942120997e
log remote exceptions, add remote sysinfo
2015-12-12 22:45:29 +01:00
Thomas Waldmann
2df0bb1f83
remote stderr: keep line endings as is
...
so even the \r trick works for overwriting the same line.
2015-12-12 22:15:08 +01:00
Thomas Waldmann
2e2e145372
sane remote logging, remote stderr, fixes #461
2015-12-12 22:15:08 +01:00
Thomas Waldmann
229512b6f5
determine log level from the logger, so it works with logging.conf also
2015-12-12 22:15:08 +01:00
Thomas Waldmann
f59db03c60
ProgressIndicator: flush the output file or it won't work correctly via ssh
...
likely due to buffering, the progress indication was not visible.
2015-12-12 22:15:08 +01:00
Thomas Waldmann
eab60cce99
pass through some global options from client to server
...
new: logging level options
refactored:
- umask option and remote_path
- cleanly separated ssh command from borg command
2015-12-12 22:15:08 +01:00