acd_cli icon indicating copy to clipboard operation
acd_cli copied to clipboard

--interval not working?

Open RazorII opened this issue 8 years ago • 10 comments

Do I understand it correctly that the interval command is supposed to update my mount every X seconds? I'm asking because I've got it set to --interval 3600 and my mount has not been updating hourly. Actually it hasn't updated since mounting.

RazorII avatar Nov 08 '16 06:11 RazorII

Same for me, I have set --interval 600 but it is not updating at all.

ilmtr avatar Nov 08 '16 15:11 ilmtr

I discourage everyone from using the autosync feature in the first place.

@rippelhans, @5YHgB How did you determine it is not updating? Did you check the debug log?

yadayada avatar Nov 08 '16 16:11 yadayada

I checked if the new files I added to ACD are visible in my mounted folder.

@yadayada if you are discouraging the use of it then how do I get acd_cli to show the new files added to my acd?

RazorII avatar Nov 08 '16 16:11 RazorII

There have been reports of files gone missing after syncing. So, please check the debug output for whether syncing is going on or not.

how do I get acd_cli to show the new files added to my acd?

You should unmount, sync and remount.

yadayada avatar Nov 08 '16 19:11 yadayada

Any easy way to automate unmounting, syncing & remounting?

RazorII avatar Nov 08 '16 19:11 RazorII

Shell scripting.

yadayada avatar Nov 08 '16 19:11 yadayada

What is the rationale of "I discourage everyone from using the autosync feature in the first place."?

I rather not unmount. How should I know when to safely unmount (automatically) without interfering with a process. I'd like to sync at least every 5 minutes, but more frequently preferably.

Obtaining the delta update more frequently should not be that intensive. If there are not changes the response is practically empty.

ilmtr avatar Nov 09 '16 14:11 ilmtr

Why have an autosync feature if you @yadayada are discouraging the use of it? I understand if you think it is still too unstable and it needs to be further debugged. But otherwise I find it overall an essential feature for a mounted drive that it has the ability to autosync as @5YHgB pointed out it is not so easy to unmount a drive that is mounted for the purpose of using it actively.

RazorII avatar Nov 09 '16 14:11 RazorII

would a work around be something like make it touch a random file in the folder be effective?

Tythus avatar Nov 14 '16 22:11 Tythus

Has there been any progress on this? I wouldn't mind using unmount, sync & remount via shell script, but more often than not, the mount is being used and won't unmount.. Surely there should be some automatic syncing of the mount point with any new changes?

pjpalomaki avatar Jan 30 '17 16:01 pjpalomaki