Ensure destination exists when using SSH storage (#646)

* Ensure destination exists when using SSH storage

* Import "errors"

* New feature doc
This commit is contained in:
Esteban Thilliez
2025-10-08 07:25:19 +02:00
committed by GitHub
parent 614d325c5a
commit 2d777ad76a
2 changed files with 10 additions and 0 deletions

View File

@@ -278,6 +278,7 @@ The values for each key currently match its default.
# ---
# The Directory to place the backups to on the SSH server.
# If the directory does not exist, it will be created automatically.
# Example: "/home/user/backups"
# SSH_REMOTE_PATH=""