yadayada
yadayada
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?
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...
Shell scripting.
Does the reported disk size really have any practical implications?
@dcroid, @misant Please update to the latest commit from GitHub.
~~I created [a branch](https://github.com/yadayada/acd_cli/tree/cache-backends) that lets you add backends different from sqlite.~~ _Update_: Please don't use that branch. CAUTION: work in progress [3rd of May]
> What do I need to change in cache.ini to use MySQL instead of sqlite, and what would that look like? First, you set `backend=mysql` in the `[backend]` section. You're...
> What do you think would be a sane way to do it, @yadayada? I suppose using the SQLAlchemy core as an SQL query builder would be more sensible than...
For those still interested, please try out the pull request #436.
I just had a look at the ACDFuse write thread implementation. There currently is no proper timeout handling for big files like there is for the CLI upload/overwrite. So, if...