Update 05-storage-providers.md

Added documentation about how to mount SMB/NFS
This commit is contained in:
mmerlin10 2021-01-21 16:11:05 +01:00 committed by GitHub
parent 79b5a61e93
commit 99f4f5e903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ When configuring a backup, the storage URL parameter determines which storage pr
## Local folder or drive
This backend can be used to read and write data to the local file system.
This backend can be used to read and write data to the local file system. You can also connect to network filesystem via SMB/NFS.
URL Format:
@ -15,6 +15,15 @@ URL Format:
`file://c:\folder%20for%20backup (Windows)`
`file:///usr/pub/folder%20for%20backup (Linux)`
In order to specify network filesystem that is not mounted into your local filesystem click on `Manually type path` option which allows you to specify the `Folder path` directly in the following format:
`\\hostname_or_ip_address\folder\subfolder`
For example:
`\\192.168.1.10\backup`
You can then also specify the Username and password (if required).
Options:
* `--auth-password`