From c7073ca06d4ba52f8764946e231583830ee31ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Fr=C3=B6hlich?= Date: Sun, 25 Jan 2026 21:08:22 +0100 Subject: [PATCH] Add a note that you need to install boto3 if you want to use s3/b2 URLs in the docs (#9273) --- docs/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 0e9fd92b3..002b5b50f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -180,6 +180,10 @@ development header files (sometimes in a separate `-dev` or `-devel` package). - llfuse_ >= 1.3.8 (for fuse 2, use `pip install borgbackup[llfuse]`). - Additionally, your OS will need to have FUSE support installed (e.g. a package `fuse` for fuse 2 or a package `fuse3` for fuse 3 support). +* Optionally, if you wish to use S3/B2 Backend: + - borgstore[s3] ~= 0.3.0 (use `pip install borgbackup[s3]`) +* Optionally, if you wish to use SFTP Backend: + - borgstore[sftp] ~= 0.3.0 (use `pip install borgbackup[sftp]`) If you have troubles finding the right package names, have a look at the distribution specific sections below or the Vagrantfile in the git repository,