# HG changeset patch # User Oleksandr Gavenko # Date 1508511796 -10800 # Node ID 75f1bafcfe415f09ef0987431b03f5c01f7f7e09 # Parent 47cadb10f1df22df87760b8507b6b63e604d4213# Parent 81ae8abd153ac19ffaf6ce3715c56842c663cd3b merged diff -r 47cadb10f1df -r 75f1bafcfe41 backup.rst --- a/backup.rst Tue Oct 17 10:48:55 2017 +0300 +++ b/backup.rst Fri Oct 20 18:03:16 2017 +0300 @@ -41,3 +41,9 @@ To compare only based on file size use ``--size-only``. In that case ``-t`` option will preserve modification time. +To sync files only based on timestamps (if attributes have no sence, like on +Windows OS) complete invocation cn look like (final slash in path is +significant):: + + $ rsync -r -t --no-p --no-o --no-g --no-A --no-X -O -J --delete --progress -v $FROM/ $TO/ +