Hi,
I got problems with the feature âempty freespace/speicherplatz freigebenâ.
Windows Nexcloud Client
Iâm in the directory that is synced
Download/Sync a file or put a file their (doesnât matter)Want to âempty freespaceâ (if that is translated correctly)
I get visual feedback (something is working), but the file is still locally storaged, thats what I donât want.
I double checked it with Powershell:
$sum = (Get-ChildItem -Path I:\Nextcloud_test -Force -Recurse -ErrorAction SilentlyContinue | Measure-Object -Property Length -Sum).Sum
âFolder Size: $sum Bytesâ
âFolder Size: {0:n2} MiBâ -f ($sum/1MB)
After âempty freespaceâ the foldersize is still the same.
Has someone an idea how to fix that?
Best regards Chris