Bernhard Weller
Bernhard Weller
That is a different issue, and there is a merged pull request here: https://github.com/madskristensen/CommandTaskRunner/pull/13 which looks like it should be doing what you want.
@yannduran no worries and happy to have helped.
While debugging performance issues of my extension I have seen that I get a lot of calls to e.export (in the minified code, so I don't know what it is)...
If you are using IAR, then it might be worthwhile to check out the VS Code Extension by IAR: iarsystems.iar-build and iar-debug. Not saying this shouldn't be fixed because it's...
I've created a quick draft on how this can be implemented, it's not thoroughly tested yet. And I have so far failed to create a "copy" event in Snapraid diff...
I'm running Kopia server in a docker image, which saves data to the Snapraid pool. I've found instructions on using Kopia as a server also lacking and only a forum...
@auanasgheps To save you scraping through that [post](https://kopia.discourse.group/t/containerized-kopia-server-setup/510/1) here is my approach: Replace the MyXyz with your values, I'm not sure if everything is necessary, the local path surely isn't...
I've added the docker containers to the script and that is working also quite well so far, thanks for that feature. I'll add an optional output of the deleted files,...
Actually the addition I wrote is exactly for those use cases, you have files which you know change a lot, but should be synced. But you still want to stop...
The filtering is based around regular expressions, which I am a fan of, but I realize that for normal users this is rather unintuitive and the file glob patterns are...