A simple requirement over which I am breaking my head!
I want to keep a folder on my computer in sync with the folder on my android device. There are times when the file on the computer will be 'new' and times when the file on the Android device will be 'new'.
Both the devices are connected to the same wifi network. How do I do that?
Here is what I have tried already.
- Syncthing - mixed bag results. Syncs at times. Does not at others. Unreliable. So, unusable
- Connecting the Android device over KDE Connect. Try Unison to sync two folders. Fails giving an error:
f1.txt — transport failure • Error in renaming /home/user/.config/kdeconnect/99899/kdeconnect_sftp/99899/storage/emulated/0/sync-dir/.unison.f1.txt.01a8d60d253c276456cc2d6db4c37c9b.unison.tmp to /home/user/.config/kdeconnect/99899/kdeconnect_sftp/99899/storage/emulated/0/sync-dir/f1.txt: Operation not permitted [rename(/home/user/.config/kdeconnect/99899/kdeconnect_sftp/99899/storage/emulated/0/sync-dir/.unison.f1.txt.01a8d60d253c276456cc2d6db4c37c9b.unison.tmp)]
Dropbox or Google Drive
: That's stress-free since you have internet... – George Udosen Nov 30 '17 at 12:21Moreover, I do not know of a client for Google Drive on Linux
– deshmukh Nov 30 '17 at 12:32