1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2026-01-08 19:43:21 +00:00

Updated Storage Backends (markdown)

gilbertchen
2024-01-17 22:24:40 -05:00
parent 763519c351
commit 89bc06227d

@@ -23,6 +23,15 @@ Public key authentication with signed certificate is also supported. That is, if
If the SFTP server is a Synology NAS, it is highly recommended to use the absolute path (the one with double slashes) in the storage url. Otherwise, Synology's customized SFTP server may terminate the connections arbitrarily leading to frequent EOF errors.
</details>
<details> <summary>Samba</summary>
```
Storage URL: smb://user@server[:port]/share/path
```
This backend is based on https://github.com/hirochachacha/go-smb2.
</details>
<details> <summary>Dropbox</summary>