Duplicati: Support for a CIFS / SMB backend

Created on 21 Jan 2015  路  5Comments  路  Source: duplicati/duplicati

The current support for SMB relies on the OS to map the SMB / CIFS folder into the local filesystem.

This usually works, but is complicated in Windows where a service cannot see mounted folders for the user account. From a security perspective it might also be nice to access the remote destination without needing to make it accessible from the local filesystem.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

new backend

All 5 comments

Looks like there finally is a library for this:
https://github.com/zinkpad/SharpCifs

Does this mean that right now backing up to a SMB share while running duplicati as a windows service is not supported?

You can do the backup, but you will use the Windows CIFS implementation to mount the drive in the user context.

@kenkendk which can be a bit rough.

Relying on SMB would definitely bring down complexity on some of my installs.

So this is basically adding a CIFS client to Duplicati as mentioned here, right?
https://forum.duplicati.com/t/smb-destination/2900/5

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thomasyi17 picture thomasyi17  路  3Comments

jdahl picture jdahl  路  5Comments

jerrac picture jerrac  路  6Comments

ethauvin picture ethauvin  路  5Comments

StefanZi picture StefanZi  路  6Comments