You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rsync finds files that need to be transferred using a "quick check" algorithm (by default) that looks for files that have changed in size or in last-modified time. Any changes in the
other preserved attributes (as requested by options) are made on the destination file directly when the quick check indicates that the file's data does not need to be updated.
Regarding said last-modified time, does rsync use ctime or mtime?
The manual for rsync 3.2.7 states:
Regarding said
last-modified time
, does rsync usectime
ormtime
?According to https://lists.gnu.org/archive/html/coreutils/2010-08/msg00010.html,
, so I assume rsync uses it (and I suggest it should, if it does not already).
The text was updated successfully, but these errors were encountered: