@@ -450,16 +450,17 @@ Stackage doesn't need to specify upstream.
450450
451451An alternative HTTP(S) syncing tool, replacing ` rclone ` and ` lftp ` in some cases. See [ usage] ( https://github.com/taoky/tsumugu#usage ) .
452452
453- | Parameter | Description |
454- | ---------------------- | --------------------------------------------------------------------------------------------------- |
455- | ` UPSTREAM ` | Sets the url of upstream. |
456- | ` TSUMUGU_MAXDELETE ` | Maximum number of files that can be removed. Defaults to ` 1000 ` . |
457- | ` TSUMUGU_TIMEZONEFILE ` | The file URL for guessing remote server timezone. |
458- | ` TSUMUGU_EXCLUDE ` | Files to be excluded. Value example: ` "--exclude '^temp'" ` |
459- | ` TSUMUGU_USERAGENT ` | The user agent of ` tsumugu ` syncing program. Defaults to ` Tsumugu Syncing Tool/$(tsumugu_version) ` . |
460- | ` TSUMUGU_PARSER ` | HTML parser used to parse index page. Defaults to ` nginx ` . |
461- | ` TSUMUGU_THREADS ` | Number of threads to use to download in parallel. Defaults to 2. |
462- | ` TSUMUGU_EXTRA ` | Extra options. Defaults to empty. |
453+ | Parameter | Description |
454+ | ----------------------- | --------------------------------------------------------------------------------------------------- |
455+ | ` UPSTREAM ` | Sets the url of upstream. |
456+ | ` TSUMUGU_MAXDELETE ` | Maximum number of files that can be removed. Defaults to ` 1000 ` . |
457+ | ` TSUMUGU_TIMEZONEFILE ` | The file URL for guessing remote server timezone. |
458+ | ` TSUMUGU_EXCLUDE ` | Files to be excluded. Value example: ` "--exclude '^temp'" ` |
459+ | ` TSUMUGU_USERAGENT ` | The user agent of ` tsumugu ` syncing program. Defaults to ` Tsumugu Syncing Tool/$(tsumugu_version) ` . |
460+ | ` TSUMUGU_PARSER ` | HTML parser used to parse index page. Defaults to ` nginx ` . |
461+ | ` TSUMUGU_THREADS ` | Number of threads to use to download in parallel. Defaults to 2. |
462+ | ` TSUMUGU_EXTRA ` | Extra options. Defaults to empty. |
463+ | ` TSUMUGU_DELAY_UPDATES ` | Delay updates until end of transfer. Defaults to ` metadata ` . Set to ` all ` to delay all files. |
463464
464465### winget-source
465466
0 commit comments