mirror of
https://github.com/alist-org/alist.git
synced 2026-07-21 21:14:07 +08:00
Add skip_existing option to POST /fs/copy. When enabled, destination files with the same name and size are skipped instead of failing the request, so an interrupted cross-storage copy can be resumed without re-transferring completed files. Files with mismatched sizes (e.g. truncated by a previous interruption) are re-copied. |
||
|---|---|---|
| .. | ||
| config.go | ||
| const.go | ||
| var.go | ||