CloudCross icon indicating copy to clipboard operation
CloudCross copied to clipboard

CloudCross in daemon mode with listen changes and online auto sync changes

Open MurzNN opened this issue 7 years ago • 1 comments

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.

MurzNN avatar Jan 16 '18 10:01 MurzNN

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)

MasterSoft24 avatar Jan 19 '18 03:01 MasterSoft24