Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 93951 invoked from network); 13 Oct 2007 15:03:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2007 15:03:41 -0000 Received: (qmail 19901 invoked by uid 500); 13 Oct 2007 15:03:17 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 19886 invoked by uid 500); 13 Oct 2007 15:03:17 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 19875 invoked by uid 99); 13 Oct 2007 15:03:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2007 08:03:17 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shakahshakah@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2007 15:03:20 +0000 Received: by py-out-1112.google.com with SMTP id a25so2181871pyi for ; Sat, 13 Oct 2007 08:02:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=MRuwqkLPAAJ9RxSr8WBJQAxZ7naHMl+HX8iLoegzIr4=; b=o7OUSr+LEOlD8oQEboAjRRebo9JdzqiXdaP+dkJdigft+u8Wc1y2hYQeOzE9GNEBVdS6TxRZl+bANWMiF77p7iXmCX9o6HimtUIPVdbCZeekXI4qeiORetiOrrIzSNWxXSgalE6uU4l4VqqXdUdarLt9rRZPQOHk1soklcXT0VU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=moxjf3cvA57fUk5hycit54rAJWbJuKMmcwYPzi6hs8r+PEmA8qCEoAS5Tf598pIZHG5ytE51S9+iYPT+9fxCZreZ9HlW6CRpqlII6WG3Y0CPyvLh+eq5fHsmdsvLvunoN/G5hLXA9sFropuk/xA23VpIIZIGx0JRbq0QpAvGA2M= Received: by 10.64.27.13 with SMTP id a13mr8888537qba.1192287779662; Sat, 13 Oct 2007 08:02:59 -0700 (PDT) Received: by 10.65.75.5 with HTTP; Sat, 13 Oct 2007 08:02:59 -0700 (PDT) Message-ID: Date: Sat, 13 Oct 2007 11:02:59 -0400 From: "Jim Cox" To: "Tomcat Users List" Subject: Re: Copying large files around In-Reply-To: <4710DAB9.5040704@christopherschultz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <471033E6.2070308@verizon.net> <4710CE4D.5080508@pidster.com> <4710D798.5070908@verizon.net> <4710DAB9.5040704@christopherschultz.net> X-Virus-Checked: Checked by ClamAV on apache.org On 10/13/07, 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. Or in this case scp (or rcp, or sftp, or ftp) ? --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org