Seafile-CLI: Waiting for confirmation to delete files

Hi,

I am using seafile-cli 9.0.2.1 on Debian 11 to synchronize a folder from the Debian Server to Seafile.

Currently, the synchronization process is stuck with an error: Waiting for confirmation to delete files.
Is there a way to confirm the deletion? Or can seafile-cli client be configured in a way that no manual interaction is required?

Thanks,
Chris

Any information on this?

In the log file, I found:
sync-mgr.c(1035): Delete more than 500 files, add delete confirmation.

To overcome the problem:
seaf-cli config -k delete_confirm_threshold
→ no value specified (500 by default)

Set it to a larger number:
seaf-cli config -k delete_confirm_threshold -v 10000

Restart:
seaf-cli stop
seaf-cli start

and after some seconds
seaf-cli status
it says "synchronized " !

2 Likes

Thanks for this solution! Do you know how I can make this change permanent?

Hello Seafile Community !

I have faced a similar situation using the Seafile Client for Windows.
Do you know if there is a way to configure this threshold value on the client ?

Thanks !

On Windows you can change it in the settings dialog.

Hello @Jonathan
I’ve looked for it before and didn’t see it… but it is there, thank you !