Merge pull request #70 from mmerlin10/patch-1

Update 05-storage-providers.md
This commit is contained in:
kees-z
2021-01-22 19:14:24 +01:00
committed by GitHub

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`