1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

fs: add --metadata/-M flag to control whether metadata is copied

This commit is contained in:
Nick Craig-Wood
2022-05-25 12:18:49 +01:00
parent c4451bc43a
commit 78d52882ca
4 changed files with 17 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ type ConfigInfo struct {
HumanReadable bool
KvLockTime time.Duration // maximum time to keep key-value database locked by process
DisableHTTPKeepAlives bool
Metadata bool
}
// NewConfig creates a new config with everything set to the default