# HG changeset patch # User Oleksandr Gavenko # Date 1505738716 -10800 # Node ID a657e0a7446b4ff5c92d739872a24176b5093858 # Parent aba1eda8608a60602a409327b24a64959f8cc53c --size-only diff -r aba1eda8608a -r a657e0a7446b backup.rst --- a/backup.rst Mon Sep 18 15:25:27 2017 +0300 +++ b/backup.rst Mon Sep 18 15:45:16 2017 +0300 @@ -38,3 +38,6 @@ $ rsync -n -e 'ssh -l $RUSER' -r /archive/ $RHOST:/archive/ $ rsync -n -e 'ssh -l $RUSER' -r /archive/ $RUSER@$RHOST:/archive/ +To compare only based on file size use ``--size-only``. In that case ``-t`` +option will preserve modification time. +