From 7e51fda81233f4ea0c22758d8d30cf04ca6815a3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 3 Dec 2024 01:00:08 +0100 Subject: [PATCH 1/2] README: we don't precreate dirs anymore --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index c2fb108..73fddc5 100644 --- a/README.rst +++ b/README.rst @@ -111,7 +111,6 @@ Use storage on a local POSIX filesystem: - it is the caller's task to create an absolute fs path from a relative one. - namespaces: directories - values: in key-named files -- pre-creates nesting directories sftp ~~~~ @@ -131,7 +130,6 @@ Use storage on a sftp server: - users must know the full absolute path of space they have permission to use. - namespaces: directories - values: in key-named files -- pre-creates nesting directories rclone ~~~~~~ From bc225d958a035214aa124b15ff82b08395dcd77e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 3 Dec 2024 01:02:33 +0100 Subject: [PATCH 2/2] README: mention "none" name for no optional dependencies --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 73fddc5..064d48a 100644 --- a/README.rst +++ b/README.rst @@ -161,6 +161,7 @@ Installation Install without the ``sftp:`` backend:: pip install borgstore + pip install "borgstore[none]" # same thing (simplifies automation) Install with the ``sftp:`` backend (more dependencies)::