mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 15:02:28 +00:00
Merge pull request #70 from mmerlin10/patch-1
Update 05-storage-providers.md
This commit is contained in:
commit
5d5a9fa19e
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user