On Tue, 2006-06-13 at 12:49 +0200, Francois Collard wrote: > So, trying to automatically r'synchronize trees that can contain gzip > files on one side > I should find a way to a filter on .gz extenssion in name > and use only date comparison (size nor content comparison). As .gz > files keep original dates.
Rsync's experimental filter patch adds options to send file data through a filter program on the source or destination. You might be able to use it. It also offers the -T, --time-only quick check behavior you want. Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html