Skip to content

Commit

Permalink
Merge pull request #90 from ThomasWaldmann/misc-updates2
Browse files Browse the repository at this point in the history
misc. updates (2)
  • Loading branch information
ThomasWaldmann authored Dec 3, 2024
2 parents 3ee007d + bc225d9 commit a38a1a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~
Expand All @@ -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
~~~~~~
Expand Down Expand Up @@ -163,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)::

Expand Down

0 comments on commit a38a1a7

Please sign in to comment.