> run this script in cron > 00 * * * * rsync -aucz /ftp/test/test1/ > /ftp/test/test1/test3/
Beware: 1. This will create the first time: /ftp/test/test1/test3/test3, then /ftp/test/test1/test3/test3/test3 the second time and so on till filling up the disk. It would be better to *not* have one of the implied directories to be a subdir of the other. 2. Tibor meant a sync from test3 to test1 -- [EMAIL PROTECTED], Tel: (33) 04 92 38 79 11, Bur: C112 INRIA Sophia, 2004, rte des Lucioles, B.P.93 - 06902 Sophia Antipolis Cedex -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
