mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
fs: Implement --no-update-dir-modtime to disable setting modification times on dirs
This commit is contained in:
@@ -89,6 +89,7 @@ type ConfigInfo struct {
|
||||
NoCheckDest bool
|
||||
NoUnicodeNormalization bool
|
||||
NoUpdateModTime bool
|
||||
NoUpdateDirModTime bool
|
||||
DataRateUnit string
|
||||
CompareDest []string
|
||||
CopyDest []string
|
||||
|
||||
Reference in New Issue
Block a user