Hi all,
I liked the rsync utility for sync and backup in ubuntu.
e.g. rsync -arH <source> <destination> would backup files in archive mode(-a), recursively(-r) and preserve hard links(-H). Using this, destination is modified based upon the filesize differences.
How do I make rsync to take backup based on latest modified time, doesn't matter if destination file size is larger or smaller than the source file? Anyone have suggestion to use some other/better sync and backup utility than rsync?
Any help would be appreciable.
Thanks, Sagar Belure