Add crawler on-conflict option no-delete-prompt-overwrite

Never deletes but prompts when overwriting a file
This commit is contained in:
Mr. Pine 2023-03-14 14:59:46 +01:00
parent 6d44aac278
commit 44e2b037c4
No known key found for this signature in database
GPG key ID: 9AA7EC337247D0B8
3 changed files with 10 additions and 6 deletions

View file

@ -75,6 +75,8 @@ common to all crawlers:
using `prompt` and always choosing "yes".
- `no-delete`: Never delete local files, but overwrite local files if the
remote file is different.
- `no-delete-prompt-overwrite`: Never delete local files, but prompt to local files if the
overwrite remote file is different.
- `transform`: Rules for renaming and excluding certain files and directories.
For more details, see [this section](#transformation-rules). (Default: empty)
- `tasks`: The maximum number of concurrent tasks (such as crawling or