Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 23723 invoked from network); 2 Oct 2003 18:25:36 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Oct 2003 18:25:36 -0000 Received: (qmail 18359 invoked by uid 500); 2 Oct 2003 18:25:21 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 17799 invoked by uid 500); 2 Oct 2003 18:25:17 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 17786 invoked from network); 2 Oct 2003 18:25:17 -0000 Received: from unknown (HELO web13903.mail.yahoo.com) (216.136.175.29) by daedalus.apache.org with SMTP; 2 Oct 2003 18:25:17 -0000 Message-ID: <20031002182521.51064.qmail@web13903.mail.yahoo.com> Received: from [63.115.248.60] by web13903.mail.yahoo.com via HTTP; Thu, 02 Oct 2003 11:25:21 PDT Date: Thu, 2 Oct 2003 11:25:21 -0700 (PDT) From: Paul Tomsic Subject: retrieving incremental dumps from a db using ant? To: user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Is it possible to retrieve incremental database dumps using ant? I've got two boxes each w/ a database. I need one db to replicate the other db, and using built-in replication from within the db isn't an option. Could I have box(A) invoke ant w/ some type of cron-job that goes out to box(b), performs a series of db queries, outputs the sql results to a file, then returns that file to box(a) ?? Seems like something ant should be able to do (or at least some of it - perhaps I'd need ant to send over a custom perl script to do the db operations), but does anyone have any thoughts? thanks __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org