From deed47824f0dc9943a10b97b9c82ad05bd738163 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 30 Jun 2023 23:20:16 +0200 Subject: [PATCH 1/3] mount -olocal: how to show mount in finder's sidebar, fixes #5321 --- docs/faq.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 5ed2df09..ab0cf600 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -1175,6 +1175,16 @@ space. Miscellaneous ############# +macOS: borg mounts not shown in Finder's side bar +------------------------------------------------- + +https://github.com/osxfuse/osxfuse/wiki/Mount-options#local + +Read the above first and use this on your own risk:: + + borg mount -olocal REPO MOUNTPOINT + + Requirements for the borg single-file binary, esp. (g)libc? ----------------------------------------------------------- From 53991f2e514ffd8c4cc6f29690555f3e820ff32f Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 1 Jul 2023 16:27:07 +0200 Subject: [PATCH 2/3] move upgrade / compat. notes to own section, see #7546 --- docs/changes.rst | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 0d0f647d..766d7656 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -7,17 +7,13 @@ This section provides information about security and corruption issues. (nothing to see here yet) -.. _changelog: +.. _upgradenotes2: -Change Log 2.x -============== +Upgrade Notes +============= -Version 2.0.0b6 (2023-06-11) ----------------------------- - -Please note: - -This is a beta release, only for testing - do not use for production repos. +borg 1.2.x to borg 2.0 +---------------------- Compatibility notes: @@ -113,6 +109,22 @@ Compatibility notes: fail now that somehow "worked" before (but maybe didn't work as intended due to the contradicting options). + +.. _changelog: + +Change Log 2.x +============== + +Version 2.0.0b6 (2023-06-11) +---------------------------- + +Please note: + +This is a beta release, only for testing - do not use for production repos. + +For upgrade and compatibility hints, please also read the section "Upgrade Notes" +above. + New features: - diff: include changes in ctime and mtime, #7248 From e1427760402e3f3100fce1480a00cb89921e4086 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 1 Jul 2023 16:42:15 +0200 Subject: [PATCH 3/3] update CHANGES --- docs/changes.rst | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 766d7656..f94e79b8 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -115,8 +115,8 @@ Compatibility notes: Change Log 2.x ============== -Version 2.0.0b6 (2023-06-11) ----------------------------- +Version 2.0.0b7 (not released yet) +---------------------------------- Please note: @@ -125,6 +125,22 @@ This is a beta release, only for testing - do not use for production repos. For upgrade and compatibility hints, please also read the section "Upgrade Notes" above. +Fixes: + +- remote logging/progress: use callback to send queued records, #7662 +- make_path_safe: remove test for backslashes, #7651 +- benchmark cpu: use sanitized path, #7654 + +Other changes: + +- docs: + + - move upgrade / compat. notes to own section, see #7546 + + +Version 2.0.0b6 (2023-06-11) +---------------------------- + New features: - diff: include changes in ctime and mtime, #7248