Hello together
Iām using app Nextcloud Desktop-Client 3.11.0 for syncing my local files into the āmagenta cloudā, hosted on nextcloud.
The encryption is enabled for a folder āDokumenteā, where I added also one additional folder. After renaming these additional folder, there was something corrupted during synchonization and the foldername is now ā9900fa767b18417e92bec7f7bccc026dā (local and in nextcould).
The easiest way for me should be just delete this folder.
But I cannot delete it over the app or directly in the cloud over browser (because is encrypted ā¦).
If I delete it localy on my Windows PC, Iāve got a sync error message.
Because there may be some confusion (see also here):
If you want to delete a single encrypted folder (without losing all other encrypted folders by resetting encryption) do this:
ssh to your nextcloud-server
move to your data-folder (e.g. /var/www/nextcloud-data)
there, move further to <nextcloud-username>/files
list files (ls) and identify the folder, you want to delete
delete it by using rm -R <foldername>
move to your nextcloud-folder (e.g. /var/www/nextcloud)
enter there: sudo -u www-data php occ files:scan <nextcloud-username>
(assumed your webserver-user is āwww-dataā - if not, change it in the line before)