TW
|
109c095c42
|
Merge pull request #1435 from ThomasWaldmann/fix-1430
fix unintended file cache eviction, fixes #1430
|
2016-08-05 14:19:56 +02:00 |
TW
|
3fac548b34
|
Merge pull request #1431 from ThomasWaldmann/osxfuse-3.4
Vagrantfile: use FUSE for macOS 3.4.1
|
2016-08-05 14:08:04 +02:00 |
TW
|
d050efbe34
|
Merge pull request #1438 from ThomasWaldmann/debug-dump-repo-objs
borg debug-dump-repo-objs
|
2016-08-05 14:06:20 +02:00 |
Thomas Waldmann
|
b96bc155ac
|
fix unintended file cache eviction, fixes #1430
thanks much to e477 for diagnosing this and finding the right fix.
|
2016-08-05 13:59:21 +02:00 |
Thomas Waldmann
|
4fa420ef29
|
borg debug-dump-repo-objs
dump all objects stored in the repository (decrypted and decompressed)
|
2016-08-05 13:48:48 +02:00 |
TW
|
33ee2b0897
|
Merge pull request #1437 from robmv/patch-2
Add backup using stable filesystem names recommendation
|
2016-08-04 09:56:38 +02:00 |
Robert Marcano
|
bc6050bc3c
|
Add backup using stable filesystem names recommendation
|
2016-08-03 22:54:51 -04:00 |
Thomas Waldmann
|
b5d605e5aa
|
Vagrantfile: use FUSE for macOS 3.4.1
Note: "FUSE for OS X" was renamed to "FUSE for macOS".
|
2016-08-03 18:23:43 +02:00 |
TW
|
3456bb08a5
|
Merge pull request #1423 from leo-b/1.0-maint-version_placeholder
borgversion placeholder 1.0-maint
|
2016-08-02 18:43:45 +02:00 |
Alexander 'Leo' Bergolth
|
54048a339c
|
add new placeholder {borgversion}
substitute placeholders in --remote-path
add BORG_VERSION environment variable before executing ssh command
|
2016-08-02 17:03:13 +02:00 |
enkore
|
e5a3229fd2
|
Merge pull request #1417 from ThomasWaldmann/glibc-check
glibc check improved / faq added
|
2016-07-31 23:27:36 +02:00 |
Thomas Waldmann
|
8e222d8fd9
|
glibc compatibility: add FAQ entry, fixes #491
|
2016-07-31 14:42:34 +02:00 |
Thomas Waldmann
|
e1a97c76b0
|
glibc_check.py: improve / fix docstring
|
2016-07-31 14:20:06 +02:00 |
TW
|
d020c6f776
|
Merge pull request #1414 from ThomasWaldmann/configurable-files-cache-ttl
implement BORG_FILES_CACHE_TTL, update FAQ
|
2016-07-31 13:37:38 +02:00 |
Thomas Waldmann
|
5f7b466969
|
implement BORG_FILES_CACHE_TTL, update FAQ
raise default ttl to 20 (previously: 10).
|
2016-07-31 01:33:46 +02:00 |
enkore
|
2e969a7418
|
Merge pull request #1408 from ThomasWaldmann/fix-remote-repo-teardown
RemoteRepository init: always call close on exceptions, fixes #1370
|
2016-07-31 00:25:13 +02:00 |
TW
|
473b1d03ee
|
Merge pull request #1409 from ThomasWaldmann/fix-pkg-config-name
OS X: install pkg-config to build with FUSE support, fixes #1400
|
2016-07-30 21:09:31 +02:00 |
Thomas Waldmann
|
4e737cb64b
|
OS X: install pkg-config to build with FUSE support
|
2016-07-30 21:08:20 +02:00 |
Thomas Waldmann
|
5a83f74418
|
RemoteRepository init: always call close on exceptions, fixes #1370
This fixes the cosmetic issue that the cleanup happened in __del__ and caused an AssertionError there.
|
2016-07-30 19:42:25 +02:00 |
TW
|
1ccadd4ab8
|
Merge pull request #1403 from ThomasWaldmann/fix-1125
FUSE: always create a root dir, fixes #1125
|
2016-07-30 15:43:05 +02:00 |
TW
|
2cb9533ccc
|
Merge pull request #1402 from ThomasWaldmann/fix-1351
Fix 1351
|
2016-07-30 15:28:29 +02:00 |
Thomas Waldmann
|
32320c2f9f
|
FUSE: always create a root dir, fixes #1125
also: refactor / deduplicate directory creation
|
2016-07-29 00:24:18 +02:00 |
TW
|
e06b89abb3
|
Merge pull request #1401 from PlasmaPower/fuse-cache-partially-read
borg mount: cache partially read data chunks
|
2016-07-28 22:34:03 +02:00 |
Thomas Waldmann
|
97383e9e60
|
transform unpacker exception only at 1 place
|
2016-07-28 22:23:38 +02:00 |
Thomas Waldmann
|
852c583076
|
handle unpacker exception with tighter scope
|
2016-07-28 22:12:34 +02:00 |
Thomas Waldmann
|
edea587f35
|
catch unpacker exceptions, resync, fixes #1351
|
2016-07-28 22:10:29 +02:00 |
Lee Bousfield
|
d126265fe4
|
borg mount: cache partially read data chunks
Cherry-pick of bfb00df from master to 1.0-maint
|
2016-07-28 15:59:36 -04:00 |
TW
|
9f996da640
|
Merge pull request #1380 from jzacsh/document-envvars-pitfalls
doc: quickstart on shell pitfalls for env. vars
|
2016-07-28 20:18:32 +02:00 |
Jonathan Zacsh
|
1eaf1b7365
|
follow automation quickstart w/env. var pitfalls
Mostly commentary on proper `export` usage, pitfall w/sudo, and debugging tips.
|
2016-07-28 14:10:28 -04:00 |
TW
|
10ecb1792d
|
Merge pull request #1386 from PlasmaPower/init-append-only
Add --append-only to borg init (1.0-maint)
|
2016-07-28 01:15:32 +02:00 |
enkore
|
f811624fab
|
Merge pull request #1388 from enkore/f/document-platforms2
Platform feature matrix
|
2016-07-28 00:17:26 +02:00 |
Marian Beermann
|
c5fffbefff
|
Platform feature matrix
|
2016-07-27 23:54:15 +02:00 |
TW
|
769f9d80ab
|
Merge pull request #1387 from PlasmaPower/remove-trailing-whitespace
Remove trailing whitespace
|
2016-07-27 17:07:21 +02:00 |
Lee Bousfield
|
0a4a95eb17
|
Remove trailing whitespace
|
2016-07-27 10:05:51 -04:00 |
Lee Bousfield
|
88a4989c57
|
Add --append-only to borg init
|
2016-07-27 08:52:42 -04:00 |
TW
|
e32dcc4c8a
|
Merge pull request #1379 from PlasmaPower/stdio-broken-pipe
Ignore stdout/stderr broken pipe errors
|
2016-07-26 21:09:00 +02:00 |
Lee Bousfield
|
9fe4473ff2
|
Ignore stdout/stderr broken pipe errors
|
2016-07-26 14:24:51 -04:00 |
enkore
|
bc56cefde7
|
Merge pull request #1348 from LocutusOfBorg/reproducible-build-stable
Use an OrderedDict for helptext, making the build reproducible
|
2016-07-18 12:56:44 +02:00 |
Chris Lamb
|
69f8d3c3f7
|
Use an OrderedDict for helptext, making the build reproducible
Closes #1346
|
2016-07-18 12:18:03 +02:00 |
TW
|
95ce40b1a4
|
Merge pull request #1334 from enkore/issue/1333
faq: 'A' unchanged file; remove ambiguous entry age sentence.
|
2016-07-18 08:06:36 +02:00 |
enkore
|
7e6d6bf458
|
Merge pull request #1331 from pankajkgarg/1.0-maint
Fixed the issue of absense of vagrant user on xenial64
|
2016-07-15 22:28:21 +02:00 |
Pankaj Garg
|
5f713ec1c1
|
Fixed the issue of xenial64 box being unable to run because vagrant user is absent
|
2016-07-15 09:15:37 +05:30 |
Marian Beermann
|
b9952efd68
|
faq: 'A' unchanged file; remove ambiguous entry age sentence.
|
2016-07-15 00:43:49 +02:00 |
TW
|
361bf32735
|
Merge pull request #1327 from enkore/issue/1324
Fix borg break-lock ignoring BORG_REPO env var
|
2016-07-14 14:41:30 +02:00 |
Marian Beermann
|
7053a72140
|
Fix borg break-lock ignoring BORG_REPO env var
|
2016-07-13 20:04:20 +02:00 |
Thomas Waldmann
|
bbb280c129
|
ran build_usage
|
2016-07-12 23:10:13 +02:00 |
TW
|
52cc8a9c3b
|
Merge pull request #1323 from enkore/changes/1.0.6
update CHANGES for 1.0.6
|
2016-07-12 22:49:04 +02:00 |
Marian Beermann
|
06a1a899ee
|
update CHANGES
|
2016-07-12 20:55:26 +02:00 |
enkore
|
841d0fd3ad
|
Merge pull request #1317 from enkore/issue/1315
test_atime: try to open with O_NOATIME to determine support
|
2016-07-12 20:14:04 +02:00 |
enkore
|
8474f4e946
|
Merge pull request #1320 from enkore/issue/1314
Correctly handle multiple LD_PRELOAD entries
|
2016-07-12 16:46:32 +02:00 |