From 33251269885f36c37f325831afbc32b44284e549 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 4 Jul 2016 15:06:20 +0200 Subject: add missing BORG_REMOTE_PATH env var, fixes #1258 --- docs/usage.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/usage.rst b/docs/usage.rst index ca8d536db..8b5dd50b3 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -82,6 +82,9 @@ General: BORG_RSH When set, use this command instead of ``ssh``. This can be used to specify ssh options, such as a custom identity file ``ssh -i /path/to/private/key``. See ``man ssh`` for other options. + BORG_REMOTE_PATH + When set, use the given path/filename as remote path (default is "borg"). + Using ``--remote-path PATH`` commandline option overrides the environment variable. TMPDIR where temporary files are stored (might need a lot of temporary space for some operations) -- cgit v1.2.3 From 0b488760a7e5812f18d066b48c84d69801cb2912 Mon Sep 17 00:00:00 2001 From: Michael Gajda Date: Mon, 4 Jul 2016 21:51:11 +0200 Subject: Update docs about lzma compreesion levels above 6 lzma compression levels above 6 do not increase compression ration but waste a lot of cpu cycles. --- docs/usage/create.rst.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/usage/create.rst.inc b/docs/usage/create.rst.inc index 74c228b6c..9d536274f 100644 --- a/docs/usage/create.rst.inc +++ b/docs/usage/create.rst.inc @@ -70,7 +70,8 @@ borg create compression (default), lz4 == lz4, zlib == zlib (default level 6), zlib,0 .. zlib,9 == zlib (with level 0..9), lzma == lzma (default level 6), lzma,0 .. - lzma,9 == lzma (with level 0..9). + lzma,6 == lzma (with level 0..6. levels above 6 do not + improve compression and only waste many cpu cycles) --read-special open and read special files as if they were regular files -n, --dry-run do not create a backup archive -- cgit v1.2.3 From 20eab2b5c8d3ea63a2d6396ad77461b86bffeee3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 4 Jul 2016 22:37:24 +0200 Subject: update frontpage / support docs less items in frontpage link list add IRC chat link minor other changes --- docs/support.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/support.rst b/docs/support.rst index 7cd1890d3..9d64621fc 100644 --- a/docs/support.rst +++ b/docs/support.rst @@ -16,15 +16,15 @@ ticket on the project's `issue tracker`_. For more general questions or discussions, IRC or mailing list are preferred. -IRC ---- +Chat (IRC) +---------- Join us on channel #borgbackup on chat.freenode.net. As usual on IRC, just ask or tell directly and then patiently wait for replies. Stay connected. You could use the following link (after connecting, you can change the random -nickname you got by typing "/nick mydesirednickname"): +nickname you get by typing "/nick mydesirednickname"): http://webchat.freenode.net/?randomnick=1&channels=%23borgbackup&uio=MTY9dHJ1ZSY5PXRydWUa8 -- cgit v1.2.3 From 54e566747745baf6a94ec8d7d144e0f20b0b52db Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 25 Jun 2016 02:33:49 +0200 Subject: update CHANGES --- docs/changes.rst | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) (limited to 'docs') diff --git a/docs/changes.rst b/docs/changes.rst index 23ff0bdad..35c22d321 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,94 @@ Changelog ========= +Version 1.0.4 (not released yet) +-------------------------------- + +New features: + +- borg serve --append-only, #1168 + This was included because it was a simple change (append-only functionality + was already present via repository config file) and makes better security now + practically usable. +- BORG_REMOTE_PATH environment variable, #1258 + This was included because it was a simple change (--remote-path cli option + was already present) and makes borg much easier to use if you need it. + +Bug fixes: + +- Fix wrong handling and reporting of OSErrors in borg create, #1138. + This was a serious issue: in the context of "borg create", errors like + repository I/O errors (e.g. disk I/O errors, ssh repo connection errors) + were handled badly and did not lead to a crash (which would be good for this + case, because the repo transaction would be incomplete and trigger a + transaction rollback to clean up). + Now, error handling for source files is cleanly separated from every other + error handling, so only problematic input files are logged and skipped. +- Implement fail-safe error handling for borg extract. + Note that this isn't nearly as critical as the borg create error handling + bug, since nothing is written to the repo. So this was "merely" misleading + error reporting. +- Add missing error handler in directory attr restore loop. +- repo: make sure write data hits disk before the commit tag (#1236) and also + sync the containing directory. +- fixes for --read-special mode: + + - ignore known files cache, #1241 + - fake regular file mode, #1214 + - improve symlinks handling, #1215 +- remove passphrase from subprocess environment, #1105 +- Ignore empty index file (will trigger index rebuild), #1195 +- add missing placeholder support for --prefix, #1027 +- improve exception handling for placeholder replacement +- catch and format exceptions in arg parsing +- helpers: fix "undefined name 'e'" in exception handler +- better error handling for missing repo manifest, #1043 +- borg delete: + + - make it possible to delete a repo without manifest + - borg delete --forced allows to delete corrupted archives, #1139 +- borg check: + + - make borg check work for empty repo + - fix resync and msgpacked item qualifier, #1135 + - rebuild_manifest: fix crash if 'name' or 'time' key were missing. + - better validation of item metadata dicts, #1130 + - better validation of archive metadata dicts +- close the repo on exit - even if rollback did not work, #1197. + This is rather cosmetic, it avoids repo closing in the destructor. + +- tests: + + - fix sparse file test, #1170 + - flake8: ignore new F405, #1185 + +Other changes: + +- make borg build/work on OpenSSL 1.0 and 1.1, #1187 +- docs / help: + + - fix / clarify prune help, #1143 + - fix "patterns" help formatting + - add missing docs / help about placeholders + - resources: rename atticmatic to borgmatic + - document sshd settings, #545 + - more details about checkpoints, add split trick, #1171 + - support docs: add freenode web chat link, #1175 + - add prune visualization / example, #723 + - add note that Fnmatch is default, #1247 + - make clear that lzma levels > 6 are a waste of cpu cycles +- repository interoperability with borg master (1.1dev) branch: + + - borg check: read item metadata keys from manifest, #1147 + - read v2 hints files, #1235 + - fix hints file "unknown version" error handling bug +- tests: add tests for format_line +- llfuse: update version requirement for freebsd +- Vagrantfile: use openbsd 5.9, #716 +- use Python 3.5.2 to build the binaries +- add .eggs to .gitignore + + Version 1.0.3 ------------- -- cgit v1.2.3 From 19d1bbfa14ea345b1d27505cee43670eea4e922a Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 5 Jul 2016 00:44:00 +0200 Subject: add advice about issue #1138, fixes #1223 --- docs/changes.rst | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'docs') diff --git a/docs/changes.rst b/docs/changes.rst index 35c22d321..60813c0b1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,55 @@ Changelog ========= +Important note about pre-1.0.4 potential repo corruption +-------------------------------------------------------- + +Some external errors (like network or disk I/O errors) could lead to +corruption of the backup repository due to issue #1138. + +A sign that this happened is if "E" status was reported for a file that can +not be explained by problems with the source file. If you still have logs from +"borg create -v --list", you can check for "E" status. + +Here is what could cause corruption and what you can do now: + +1) I/O errors (e.g. repo disk errors) while writing data to repo. + +This could lead to corrupted segment files. + +Fix:: + + # check for corrupt chunks / segments: + borg check -v --repository-only REPO + + # repair the repo: + borg check -v --repository-only --repair REPO + + # make sure everything is fixed: + borg check -v --repository-only REPO + +2) Unreliable network / unreliable connection to the repo. + +This could lead to archive metadata corruption. + +Fix:: + + # check for corrupt archives: + borg check -v --archives-only REPO + + # delete the corrupt archives: + borg delete --force REPO::CORRUPT_ARCHIVE + + # make sure everything is fixed: + borg check -v --archives-only REPO + +3) In case you want to do more intensive checking. + +The best check that everything is ok is to run a dry-run extraction:: + + borg extract -v --dry-run REPO::ARCHIVE + + Version 1.0.4 (not released yet) -------------------------------- -- cgit v1.2.3 From 2922948100fa060e908216cbdfd973856eed31b6 Mon Sep 17 00:00:00 2001 From: Jens Rantil Date: Tue, 5 Jul 2016 17:28:24 +0200 Subject: Update faq.rst Fix misspelling. --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/faq.rst b/docs/faq.rst index 100abd89b..ff0e88ad3 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -223,7 +223,7 @@ archive), so it does not need to get transmitted and stored again. Once your backup has finished successfully, you can delete all ``.checkpoint`` archives. -How can I backup huge file(s) over a instable connection? +How can I backup huge file(s) over a unstable connection? --------------------------------------------------------- You can use this "split trick" as a workaround for the in-between-files-only -- cgit v1.2.3 From 7ed425dae0628fc27b57aacef7cd01f0ef9411a1 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Tue, 5 Jul 2016 11:58:44 +0200 Subject: Repository: cleanup on ENOSPC --- docs/internals.rst | 1 + docs/quickstart.rst | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/internals.rst b/docs/internals.rst index 9d1bbd84c..1bd14bb1e 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -280,6 +280,7 @@ emptied to 25%, its size is shrinked. So operations on it have a variable complexity between constant and linear with low factor, and memory overhead varies between 33% and 300%. +.. _cache-memory-usage: Indexes / Caches memory usage ----------------------------- diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 81d358d4c..31d2e216b 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -11,11 +11,15 @@ The next section continues by showing how backups can be automated. Important note about free space ------------------------------- -Before you start creating backups, please make sure that there is **always** +Before you start creating backups, please make sure that there is *always* a good amount of free space on the filesystem that has your backup repository -(and also on ~/.cache). It is hard to tell how much, maybe 1-5%. +(and also on ~/.cache). A few GB should suffice for most hard-drive sized +repositories. See also :ref:`cache-memory-usage`. -If you run out of disk space, it can be hard or impossible to free space, +If |project_name| runs out of disk space, it tries to free as much space as it +can while aborting the current operation safely, which allows to free more space +by deleting/pruning archives. This mechanism is not bullet-proof though. +If you *really* run out of disk space, it can be hard or impossible to free space, because |project_name| needs free space to operate - even to delete backup archives. There is a ``--save-space`` option for some commands, but even with that |project_name| will need free space to operate. -- cgit v1.2.3 From 740c638030a558b922f57f8840ac33f097421707 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 5 Jul 2016 23:30:08 +0200 Subject: update usage files --- docs/usage/break-lock.rst.inc | 2 + docs/usage/change-passphrase.rst.inc | 2 + docs/usage/check.rst.inc | 2 + docs/usage/create.rst.inc | 10 ++-- docs/usage/debug-delete-obj.rst.inc | 2 + docs/usage/debug-dump-archive-items.rst.inc | 2 + docs/usage/debug-get-obj.rst.inc | 2 + docs/usage/debug-put-obj.rst.inc | 2 + docs/usage/delete.rst.inc | 6 ++- docs/usage/extract.rst.inc | 2 + docs/usage/help.rst.inc | 76 +++++++++++++++-------------- docs/usage/info.rst.inc | 2 + docs/usage/init.rst.inc | 2 + docs/usage/list.rst.inc | 2 + docs/usage/migrate-to-repokey.rst.inc | 2 + docs/usage/mount.rst.inc | 2 + docs/usage/prune.rst.inc | 5 +- docs/usage/rename.rst.inc | 2 + docs/usage/serve.rst.inc | 2 + docs/usage/upgrade.rst.inc | 2 + 20 files changed, 86 insertions(+), 43 deletions(-) (limited to 'docs') diff --git a/docs/usage/break-lock.rst.inc b/docs/usage/break-lock.rst.inc index 4edef5c23..43707040a 100644 --- a/docs/usage/break-lock.rst.inc +++ b/docs/usage/break-lock.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_break-lock: borg break-lock diff --git a/docs/usage/change-passphrase.rst.inc b/docs/usage/change-passphrase.rst.inc index 08ba4ee9f..ac0019285 100644 --- a/docs/usage/change-passphrase.rst.inc +++ b/docs/usage/change-passphrase.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_change-passphrase: borg change-passphrase diff --git a/docs/usage/check.rst.inc b/docs/usage/check.rst.inc index 9ad6a4b35..738f7d614 100644 --- a/docs/usage/check.rst.inc +++ b/docs/usage/check.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_check: borg check diff --git a/docs/usage/create.rst.inc b/docs/usage/create.rst.inc index d294197b6..fbf531bc6 100644 --- a/docs/usage/create.rst.inc +++ b/docs/usage/create.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_create: borg create @@ -70,10 +72,10 @@ borg create compression (default), lz4 == lz4, zlib == zlib (default level 6), zlib,0 .. zlib,9 == zlib (with level 0..9), lzma == lzma (default level 6), lzma,0 .. - lzma,6 == lzma (with level 0..6. levels above 6 do not - improve compression and only waste many cpu cycles) - --read-special open and read special files as if they were regular - files + lzma,9 == lzma (with level 0..9). + --read-special open and read block and char device files as well as + FIFOs as if they were regular files. Also follows + symlinks pointing to these kinds of files. -n, --dry-run do not create a backup archive Description diff --git a/docs/usage/debug-delete-obj.rst.inc b/docs/usage/debug-delete-obj.rst.inc index bfc31043a..7ed144bfb 100644 --- a/docs/usage/debug-delete-obj.rst.inc +++ b/docs/usage/debug-delete-obj.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_debug-delete-obj: borg debug-delete-obj diff --git a/docs/usage/debug-dump-archive-items.rst.inc b/docs/usage/debug-dump-archive-items.rst.inc index fd2cd62c9..e83bbf854 100644 --- a/docs/usage/debug-dump-archive-items.rst.inc +++ b/docs/usage/debug-dump-archive-items.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_debug-dump-archive-items: borg debug-dump-archive-items diff --git a/docs/usage/debug-get-obj.rst.inc b/docs/usage/debug-get-obj.rst.inc index ef5b78d38..f38f0e884 100644 --- a/docs/usage/debug-get-obj.rst.inc +++ b/docs/usage/debug-get-obj.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_debug-get-obj: borg debug-get-obj diff --git a/docs/usage/debug-put-obj.rst.inc b/docs/usage/debug-put-obj.rst.inc index 32a4558da..4f02324bf 100644 --- a/docs/usage/debug-put-obj.rst.inc +++ b/docs/usage/debug-put-obj.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_debug-put-obj: borg debug-put-obj diff --git a/docs/usage/delete.rst.inc b/docs/usage/delete.rst.inc index 8e453ab28..64c85bdb9 100644 --- a/docs/usage/delete.rst.inc +++ b/docs/usage/delete.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_delete: borg delete @@ -6,7 +8,8 @@ borg delete usage: borg delete [-h] [--critical] [--error] [--warning] [--info] [--debug] [--lock-wait N] [--show-rc] [--no-files-cache] [--umask M] - [--remote-path PATH] [-p] [-s] [-c] [--save-space] + [--remote-path PATH] [-p] [-s] [-c] [--force] + [--save-space] [TARGET] Delete an existing repository or archive @@ -31,6 +34,7 @@ borg delete -p, --progress show progress display while deleting a single archive -s, --stats print statistics for the deleted archive -c, --cache-only delete only the local cache for the given repository + --force force deletion of corrupted archives --save-space work slower, but using less space Description diff --git a/docs/usage/extract.rst.inc b/docs/usage/extract.rst.inc index 227b254e9..9cf2d4f9c 100644 --- a/docs/usage/extract.rst.inc +++ b/docs/usage/extract.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_extract: borg extract diff --git a/docs/usage/help.rst.inc b/docs/usage/help.rst.inc index 9b8d23d66..c83dfb0aa 100644 --- a/docs/usage/help.rst.inc +++ b/docs/usage/help.rst.inc @@ -1,41 +1,5 @@ -.. _borg_placeholders: - -borg help placeholders -~~~~~~~~~~~~~~~~~~~~~~ -:: - - -Repository (or Archive) URLs and --prefix values support these placeholders: - -{hostname} - - The (short) hostname of the machine. - -{fqdn} - - The full name of the machine. - -{now} - - The current local date and time. - -{utcnow} - - The current UTC date and time. +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! -{user} - - The user name (or UID, if no name is available) of the user running borg. - -{pid} - - The current process ID. - -Examples:: - - borg create /path/to/repo::{hostname}-{user}-{utcnow} ... - borg create /path/to/repo::{hostname}-{now:%Y-%m-%d_%H:%M:%S} ... - borg prune --prefix '{hostname}-' ... .. _borg_patterns: borg help patterns @@ -129,3 +93,41 @@ Examples:: sh:/home/*/.thumbnails EOF $ borg create --exclude-from exclude.txt backup / +.. _borg_placeholders: + +borg help placeholders +~~~~~~~~~~~~~~~~~~~~~~ +:: + + +Repository (or Archive) URLs and --prefix values support these placeholders: + +{hostname} + + The (short) hostname of the machine. + +{fqdn} + + The full name of the machine. + +{now} + + The current local date and time. + +{utcnow} + + The current UTC date and time. + +{user} + + The user name (or UID, if no name is available) of the user running borg. + +{pid} + + The current process ID. + +Examples:: + + borg create /path/to/repo::{hostname}-{user}-{utcnow} ... + borg create /path/to/repo::{hostname}-{now:%Y-%m-%d_%H:%M:%S} ... + borg prune --prefix '{hostname}-' ... diff --git a/docs/usage/info.rst.inc b/docs/usage/info.rst.inc index 1c57c5b56..68c9194ec 100644 --- a/docs/usage/info.rst.inc +++ b/docs/usage/info.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_info: borg info diff --git a/docs/usage/init.rst.inc b/docs/usage/init.rst.inc index 9af244271..798fe6e53 100644 --- a/docs/usage/init.rst.inc +++ b/docs/usage/init.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_init: borg init diff --git a/docs/usage/list.rst.inc b/docs/usage/list.rst.inc index 4725db5e0..8f1d2a45e 100644 --- a/docs/usage/list.rst.inc +++ b/docs/usage/list.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_list: borg list diff --git a/docs/usage/migrate-to-repokey.rst.inc b/docs/usage/migrate-to-repokey.rst.inc index 674c0f774..c5ff21be3 100644 --- a/docs/usage/migrate-to-repokey.rst.inc +++ b/docs/usage/migrate-to-repokey.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_migrate-to-repokey: borg migrate-to-repokey diff --git a/docs/usage/mount.rst.inc b/docs/usage/mount.rst.inc index b41886aab..1754b0e2c 100644 --- a/docs/usage/mount.rst.inc +++ b/docs/usage/mount.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_mount: borg mount diff --git a/docs/usage/prune.rst.inc b/docs/usage/prune.rst.inc index 08f54605f..274d60c2a 100644 --- a/docs/usage/prune.rst.inc +++ b/docs/usage/prune.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_prune: borg prune @@ -6,7 +8,7 @@ borg prune usage: borg prune [-h] [--critical] [--error] [--warning] [--info] [--debug] [--lock-wait N] [--show-rc] [--no-files-cache] [--umask M] - [--remote-path PATH] [-n] [-s] [--list] + [--remote-path PATH] [-n] [--force] [-s] [--list] [--keep-within WITHIN] [-H HOURLY] [-d DAILY] [-w WEEKLY] [-m MONTHLY] [-y YEARLY] [-P PREFIX] [--save-space] [REPOSITORY] @@ -31,6 +33,7 @@ borg prune --umask M set umask to M (local and remote, default: 0077) --remote-path PATH set remote path to executable (default: "borg") -n, --dry-run do not change repository + --force force pruning of corrupted archives -s, --stats print statistics for the deleted archive --list output verbose list of archives it keeps/prunes --keep-within WITHIN keep all archives within this time interval diff --git a/docs/usage/rename.rst.inc b/docs/usage/rename.rst.inc index 483aa2516..cfafb0022 100644 --- a/docs/usage/rename.rst.inc +++ b/docs/usage/rename.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_rename: borg rename diff --git a/docs/usage/serve.rst.inc b/docs/usage/serve.rst.inc index e8eb6c028..eb57a975b 100644 --- a/docs/usage/serve.rst.inc +++ b/docs/usage/serve.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_serve: borg serve diff --git a/docs/usage/upgrade.rst.inc b/docs/usage/upgrade.rst.inc index bd920149b..6c44edf74 100644 --- a/docs/usage/upgrade.rst.inc +++ b/docs/usage/upgrade.rst.inc @@ -1,3 +1,5 @@ +.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! + .. _borg_upgrade: borg upgrade -- cgit v1.2.3 From 8db670cf7fee04e9c79b8a4291bd488d2195bf48 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 6 Jul 2016 00:37:01 +0200 Subject: update CHANGES --- docs/changes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/changes.rst b/docs/changes.rst index 60813c0b1..0dcc2074a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -62,6 +62,9 @@ New features: - BORG_REMOTE_PATH environment variable, #1258 This was included because it was a simple change (--remote-path cli option was already present) and makes borg much easier to use if you need it. +- Repository: cleanup incomplete transaction on "no space left" condition. + In many cases, this can avoid a 100% full repo filesystem (which is very + problematic as borg always needs free space - even to delete archives). Bug fixes: @@ -110,6 +113,8 @@ Bug fixes: - fix sparse file test, #1170 - flake8: ignore new F405, #1185 + - catch "invalid argument" on cygwin, #257 + - fix sparseness assertion in test prep, #1264 Other changes: @@ -126,6 +131,7 @@ Other changes: - add prune visualization / example, #723 - add note that Fnmatch is default, #1247 - make clear that lzma levels > 6 are a waste of cpu cycles + - add a "do not edit" note to auto-generated files, #1250 - repository interoperability with borg master (1.1dev) branch: - borg check: read item metadata keys from manifest, #1147 @@ -135,6 +141,7 @@ Other changes: - llfuse: update version requirement for freebsd - Vagrantfile: use openbsd 5.9, #716 - use Python 3.5.2 to build the binaries +- glibc compatibility checker: scripts/glibc_check.py - add .eggs to .gitignore -- cgit v1.2.3