Rudiberto

Results 7 comments of Rudiberto

Group folders only, but our employees commented the same issue from different machines. All Windows, using virtual folders. And as I mentioned: I tried it on another installation also. Had...

Two things I just figured out 1. that it is the same on Linux, with no virtual folders. It only takes a little bit longer until the folder or the...

That is exactly what happens. You should be able to test the effect with any file you are creating with any name and then changing the name. Knowing now witch...

I also thought that it is while syncing, but it's not the case. Was the first thing to try, waiting for synchronization, to see if it solves the problem.

Do we have yet a solution for this Problem? Since that day my backup is not working! :-( Machine is Linux Ubuntu 22.04 - Nextcloud 3.14.3-20241107.180900 Server version 29.08

> [@Rudiberto] as temporary workaround, I am using something like "nextcloudcmd -u user -p $(cat $passwordfile)". Thank You, very much. I will test that. I'm passing temporarily user and password...

``` const auto sanitisedTargetUrl = options.target_url.endsWith('/') || options.target_url.endsWith('\\') ? options.target_url.chopped(1) : options.target_url; QUrl hostUrl = QUrl::fromUserInput(sanitisedTargetUrl); ``` This is my main suspect in the Source code. The function seems to...