1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-23 00:00:04 +01:00
restic/changelog/unreleased/issue-4185
Aneesh Nireshwalia 46c3dc618a Add unrelease issue and cleanup configs
Removed extra environment variables
2023-01-30 16:46:52 -07:00

7 lines
480 B
Text

Enhancement: SMB backend: Add SMB backend
Restic now supports SMB/CIFS backend. You can now add a SMB repository as `-r smb://<host>:<port>/<sharename>/<path>`.
You can configure the SMB user name (for NTLM authentication) via the environment variable `RESTIC_SMB_USER`, SMB password via the environment variable `RESTIC_SMB_PASSWORD` and optionally SMB domain via the environment variable `RESTIC_SMB_DOMAIN`(default:'WORKGROUP').
https://github.com/restic/restic/issues/4185