iwonbigbro/gsync

Python error with option -r

Opened this issue · 0 comments

root@server:/# gsync -r drive://gsync ~/data/googledrive DEBUG: OSError(2, 'No such file or directory'): File "/usr/local/lib/python2.7 /dist-packages/libgsync/crawler.py", line 150, in run
self._walk(srcpath, self._walkCallback, self._dev)
File "/usr/local/lib/python2.7/dist-packages/libgsync/crawler.py", line 113, i n _walk
self._sync(d)
File "/usr/local/lib/python2.7/dist-packages/libgsync/sync/init.py", line 31, in call
self._sync(path)
File "/usr/local/lib/python2.7/dist-packages/libgsync/sync/init.py", line 188, in _sync
self.dst.create(dstPath, srcFile)
File "/usr/local/lib/python2.7/dist-packages/libgsync/sync/file/init.py", line 313, in create
self.__createDir(path, srcObj)
File "/usr/local/lib/python2.7/dist-packages/libgsync/sync/file/init.py", line 223, in __createDir
self._createDir(path, src)
File "/usr/local/lib/python2.7/dist-packages/libgsync/sync/file/local/init .py", line 119, in _createDir
os.mkdir(path)

Error: OSError(2, 'No such file or directory')

But:
root@server:/# gsync drive://gsync ~/data/googledrive
skipping directory drive://gsync

Linux: openmediavault 3

Can you help me sync folders?