mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Add crawler on-conflict option no-delete-prompt-overwrite
Never deletes but prompts when overwriting a file
This commit is contained in:
parent
6d44aac278
commit
44e2b037c4
3 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue