EMCECS / ecs-sync

ecs-sync is a bulk copy utility that can move data between various systems in parallel
Apache License 2.0
61 stars 22 forks source link

NFS plugin path handling improvements #20

Closed DavidASeibert closed 6 years ago

DavidASeibert commented 6 years ago

If the path is relative, it should not start with a slash. However, we should be flexible enough to allow either. Also, we need to support syncing a single file. It doesn't have to be easy (right now you have to put the complete target file name in), but we need to support it (other plugins do)

twincitiesguy commented 6 years ago

Fixed in v3.2.5