The shared folder i want to reindex is called `Alle`
find out userid of folder:
I want to reindex shared folder
Alle
We want to find out the id. It is in the third column:
sqlite3 /var/packages/SynologyDrive/etc/repo/user-db.sqlite "select * from user_table"
[...]
40|0|2|@Alle|0|0|1|/volume2/Alle|xxxxx|1|1|unicode|0|0
[...]
Our ID is 2
.
Reindexing the folder:
/var/packages/SynologyDrive/target/bin/cloud-control synotifyd-rescan --view_id 2 --path /volume2/Alle/
Change the view_id
and the path
.