On Sat, 2008-08-30 at 19:18 +0200, Tyler Durden wrote: > I want to synchronize two local directories, but if in the destination > directory there are some files that has most recent modified time than > the source directory I want that the source old files than the > destination will be updated. Is it possible?
You can use the -u option to avoid replacing destination files with older source files, but you will need a second run in the reverse direction to update the source files. You may prefer a two-way synchronization tool such as Unison ( http://www.cis.upenn.edu/~bcpierce/unison/ ). Matt
signature.asc
Description: This is a digitally signed message part
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html