Yes. It has AT (command line) and a scheduler (GUI). You can do a batch file and set it to run at a certain time, day and frequency. I had a client that I setup the dhcp service to stop, copy the database over to a backup directory and then restart the service in a batch file. Then I called it every night before the tape backup ran.
AT is a lot lighter than Scheduler so using it is preferable.

Doug

----- Original Message ----- From: "David Kerber" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Saturday, October 13, 2007 11:29 AM
Subject: Re: Copying large files around


Christopher Schultz wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David,

David Kerber wrote:

Let me give a bit more detail:  I am working on a utility function in my
webapp that will periodically copy the database file from the db server
to a backup server on the LAN.


Uh.... cron and cp, anyone? You can even use cron to initiate the
backup, too, instead of scripting it from your webapp.

Why doesn't anyone use cron anymore? Sheesh...

Does Windows 2003 server have a version of cron? I've never used it. And building it into my webapp lets all the configuration be done from the same interface..

D



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to