Abogical
5aa74abedf
Add dsize and dcsize keys
...
These keys shows the amount of deduplicated size and compressed
size of each file in the archive.
2017-02-17 14:28:39 +02:00
Abogical
f043b966da
It's 2017
2016-12-31 16:53:30 +02:00
Abogical
0994a0a681
Let prune --list display archives deleted per total archives
2016-12-03 19:34:45 +02:00
Abogical
029469d544
Let prune accept and pass the progress argument
2016-11-30 02:39:27 +02:00
Abogical
f3ce6be30b
Add cache.sync progress display
2016-11-29 22:15:27 +02:00
Abogical
be6341b956
Add begin_txn progress message
2016-11-26 19:38:00 +02:00
Abogical
f9b3d28c19
Add progress messages for cache.commit
2016-11-24 15:44:00 +02:00
Abogical
e999f3ff51
Add ProgressIndicatorMessage and abstract class ProgressIndicatorBase
2016-11-24 15:43:51 +02:00
Abogical
34f529c7df
satisfy codecov
2016-11-14 17:39:42 +02:00
Abogical
3896f26ab2
use monkeypatch
2016-11-14 16:41:37 +02:00
Abogical
76638d0562
If there is a small space for ellipsis_truncate, show '...' only
2016-11-14 15:16:14 +02:00
Abogical
af925d2723
do not justify if we're not outputing to a terminal
2016-11-14 14:49:24 +02:00
Abogical
3232769ffc
Respond to feedback
2016-11-14 11:43:46 +02:00
Abogical
1362d2e90f
Set COLUMNS & LINES as if it was a terminal
2016-11-14 01:00:11 +02:00
Abogical
467fe38b15
Compatibility with python 3.4
2016-11-14 00:25:27 +02:00
Abogical
b737866905
Improve extract progress display and ProgressIndicatorPercent
2016-11-13 23:41:01 +02:00
enkore
80b86709ef
Merge pull request #1833 from enkore/issue/1821
...
borg init: fix free space check crashing if disk is full
2016-11-12 01:23:34 +01:00
enkore
e26348a055
Merge pull request #1834 from enkore/issue/1813
...
Clarify cache/repository README file
2016-11-11 21:25:30 +01:00
Marian Beermann
bd4a0fe23b
Clarify cache/repository README file
2016-11-11 21:24:17 +01:00
enkore
01e56a8650
Merge pull request #1835 from enkore/f/sch-master
...
debug, key: enable --help
2016-11-11 19:55:48 +01:00
Marian Beermann
ac5f9b61ec
debug, key: enable --help
...
A small merge mishap in 2a864be8; 1.0-maint has it correctly.
2016-11-11 19:54:11 +01:00
Marian Beermann
6c955579a8
repository: test_additional_free_space, assert it still exists
2016-11-11 16:39:11 +01:00
Marian Beermann
5b31a2cd61
borg init: fix free space check crashing if disk is full
2016-11-11 16:21:05 +01:00
enkore
223f7890fe
Merge pull request #1819 from enkore/issue/1800
...
Add BLAKE2b key types
2016-11-11 03:11:38 +01:00
Marian Beermann
a31ca4f022
crypto: link against system libb2, if possible
2016-11-11 03:08:11 +01:00
Marian Beermann
05ce8e0ff9
Add test script for blake2b_256 against CPython 3.6 hashlib
2016-11-11 03:07:05 +01:00
Marian Beermann
76c93bb80b
crypto blake2: don't release the GIL during key hashing
2016-11-11 03:07:05 +01:00
Marian Beermann
00ac7b14be
Add BLAKE2b key types
2016-11-11 03:07:05 +01:00
TW
dc4325be25
Merge pull request #1826 from textshell/feature/repository-cleanup-rollback-api
...
Repository: rollback's cleanup parameter is internal.
2016-11-10 17:24:01 +01:00
Martin Hostettler
79c77e7a68
Repository: rollback's cleanup parameter is internal.
2016-11-10 13:44:58 +01:00
TW
0cf4a16c5f
Merge pull request #1818 from enkore/merge/1.0-maint
...
merge 1.0-maint
2016-11-10 02:24:24 +01:00
Marian Beermann
09f470bd85
Add crypto.blake2b_256
2016-11-10 00:06:50 +01:00
Marian Beermann
05a52ec8ec
Merge branch '1.0-maint' into merge/1.0-maint
2016-11-09 23:56:54 +01:00
enkore
cf44954c34
Merge pull request #1674 from enkore/f/stale-lock-murderer
...
Automatically remove stale locks
2016-11-07 21:58:34 +01:00
Marian Beermann
676e69cac4
Parse & pass BORG_HOSTNAME_IS_UNIQUE env var to enable stale lock killing
2016-11-07 21:56:40 +01:00
Marian Beermann
cc14975f2d
Add tests for stale lock killing and platform.process_alive
2016-11-07 21:56:07 +01:00
Marian Beermann
2bd8ac7762
platform: bump API version (and check consistency)
2016-11-07 21:54:16 +01:00
Marian Beermann
7930d055ec
import platform module instead of functions
...
(testability)
2016-11-07 21:54:16 +01:00
Marian Beermann
8e1df7a364
Use logging instead of prints
2016-11-07 21:54:16 +01:00
Marian Beermann
c562f7750c
Move platform-dependent code to platform package
2016-11-07 21:54:16 +01:00
Oleg Drokin
d490292be3
Detect and delete stale locks when it's safe
...
If BORG_UNIQUE_HOSTNAME shell variable is set, stale locks
in both cache and repository are deleted.
Stale lock is defined as a lock that's originating from the same
hostname as us, and correspond to a pid that no longer exists.
This fixes #562
2016-11-07 21:54:16 +01:00
TW
cc499fe7f9
Merge pull request #1791 from ThomasWaldmann/vagrant-llfuse-build
...
vagrant: remove llfuse from tox.ini at a central place
2016-11-05 14:25:10 +01:00
TW
19891d655b
Merge pull request #1792 from ThomasWaldmann/cygwin-no-remote-archiver-tests
...
skip remote tests on cygwin
2016-11-05 14:24:34 +01:00
TW
94ff4959ee
Merge pull request #1808 from anarcat/restore-size
...
restore normal size
2016-11-05 02:37:43 +01:00
Antoine Beaupré
adfd66d636
restore normal size
...
otherwise code examples overflow
2016-11-04 21:27:21 -04:00
TW
365ec85aa1
Merge pull request #1807 from anarcat/docs-misc
...
fix more issues with the PDF
2016-11-05 02:22:39 +01:00
Antoine Beaupré
057ad07d4b
fix a heading that was incorrectly set
2016-11-04 21:16:41 -04:00
Antoine Beaupré
ec0ef2eaca
remove third level headings, too verbose
2016-11-04 21:15:31 -04:00
Antoine Beaupré
af23eea39d
fix levels in authors section
...
that way in the TOC, it doesn't look like borg authors are attic
2016-11-04 21:14:59 -04:00
TW
45c76c1dba
Merge pull request #1804 from anarcat/security-notes
...
move security verification to support section
2016-11-05 02:04:27 +01:00