diff options
author | Wayne Davison <wayned@samba.org> | 2014-02-24 11:30:07 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2014-02-24 11:30:07 -0800 |
commit | 3fe686b577132243d90e0d807b0f592ddfee7dc2 (patch) | |
tree | 518acbd55da33572ffda60c4c147c1a065b7839c | |
parent | 783611707b6fc2fa6173b5424a952986e6c76b9f (diff) | |
download | rsync-3fe686b577132243d90e0d807b0f592ddfee7dc2.tar.gz rsync-3fe686b577132243d90e0d807b0f592ddfee7dc2.tar.bz2 rsync-3fe686b577132243d90e0d807b0f592ddfee7dc2.zip |
Explicitly mention that dirs aren't affected by --update.
-rw-r--r-- | rsync.yo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -789,7 +789,7 @@ the destination and have a modified time that is newer than the source file. (If an existing destination file has a modification time equal to the source file's, it will be updated if the sizes are different.) -Note that this does not affect the copying of symlinks or other special +Note that this does not affect the copying of dirs, symlinks, or other special files. Also, a difference of file format between the sender and receiver is always considered to be important enough for an update, no matter what date is on the objects. In other words, if the source has a directory |