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? Any help would be appreciable. Thanks, Sagar Belure _______________________________________________ Ilugd mailing list [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd
