On May 9, 2005, at 7:09 AM, BASING Tibor Vovcak wrote:
Hello !!
Â
I need to sync two folders in fedora linux.
Â
OneÂÂÂÂÂÂis at /ftp/test/test1
Second is at /ftp/test/test1/test3
Â
I need to sync /ftp/test/test1/test3 that new files uploaded will be seen in /ftp/test/test1 every hour or a day .
Â
How do i do that ?
Â
Thank YOU ALL !
Â
Tibor VovÄak
tibor,
run this script in cron
00 * * * * rsync -aucz /ftp/test/test1/ /ftp/test/test1/test3/
this will sync test1 to test3 every hour.
ax
:-)
Tony Alexander
System Administrator
Center for Biodiversity and Conservation
American Museum of Natural History
Central Park West at 79th Street
New York, NY 10024
Phone: 212 496 3474
Fax: 212 769 5292
Mobile: 917 548 0560
http://cbc.amnh.org
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
