Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python error with option -r #103

Open
saikle opened this issue Mar 8, 2018 · 0 comments
Open

Python error with option -r #103

saikle opened this issue Mar 8, 2018 · 0 comments

Comments

@saikle
Copy link

saikle commented Mar 8, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant