mirror of
https://github.com/rclone/rclone.git
synced 2026-09-13 06:35:59 -04:00
When syncing to a backend which supports directory modtimes, a directory which needed its modtime updated and which had files transferred into it would get its modtime set twice - once when the directory was checked and once in the pass at the end of the sync. Now, when the end of sync pass is in use (which it is for all default syncs), directories which need their modtime (or metadata) updating are marked for that pass instead of being updated immediately. This halves the number of directory modtime updates in a typical sync and makes the "Updated dirs" stat count each directory once.