CloudCross
CloudCross copied to clipboard
CloudCross in daemon mode with listen changes and online auto sync changes
At now CloudCross supports only manual command line sync process, so for do sync we must manually start app each time (via hands or cron job).
Will be good to implement daemon mode, that listen change events in local files (via something like inotify) and remote files (checking last change timestamp) and if some changes detected - starts sync process.
I think this features may be realized in the one fo the future versions. Similar functions were used in FUSE module (temporary excluded from current branches)