mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
079763f09a
Before this change, if --create-empty-src-dirs was specified, bisync would include directories in the list of deltas to evaluate by their modtime, relative to the prior sync. This was unnecessary, as rclone does not yet support setting modtime for directories. After this change, we skip directories when comparing modtimes. (In other words, we care only if a directory is created or deleted, not whether it is newer or older.) |
||
---|---|---|
.. | ||
bilib | ||
testdata | ||
bisync_test.go | ||
cmd.go | ||
deltas.go | ||
help.go | ||
LICENSE.cjnaz | ||
listing.go | ||
log.go | ||
operations.go | ||
queue.go | ||
rc.go |