I’m running insync 1.4.9.37127 on Debian Jessie (3.16.0).
I’m currently trying to sync two Google Drive directories (about 100GB) and I periodically (every 2 hours or so) get the following error:
:> insync show
Traceback (most recent call last):
File "isyncd/linux/headless/cli.py", line 108, in ipc_insync
File "socket.py", line 224, in meth
error: [Errno 111] Connection refused
I subsequently use insync-headless quit and insync-headless start to resume the process. I tried doubling the value of ‘fs.inotify.max_user_watches’ as suggested in this post, but it didn’t seem to make a difference. The process needs restarting every 2 hours or so.
Is there something I can try to make it more reliable and are there any other problems that might occur by constantly restarting the syncing process?