Mike Blezien wrote:
> Hi,
> ----- Original Message -----
> From: "JupiterHost.Net" <[EMAIL PROTECTED]>
> To: <beginners@perl.org>
> Sent: Wednesday, March 15, 2006 12:49 PM
> Subject: Re: Remote backup file
> 
> 
>> 
>> 
>> Mike Blezien wrote:
>>> Hello
>> Hello,
>> 
>> 
>>> We do a nightly backup on server 1, and we need to put a copy of it
>>> also on another server as a backup file. The file is normally about
>>> 30-35kb's in size each day. 
>>> 
>>> What would be the best way too do this, send a copy of the file
>>> from server 1 too server 2.... would using the LWP module be a good
>>> technique to use? 
>> 
>> LWP could fetch the BU if its got a URL or Net::FTP could send the
>> backup to whatever servers you want as part of the backup process.
> 
> Ok, so the Net::FTP would be run from server 2, log into server 1 and
> get the file, would that be the correct proceedure to do this?
        Better setu would be at the completion of the backup, then fire up FTP 
to move the file to server 1. If you do it this way, then you know that the 
backup is done and you can key the ftp to success of the backup.

Wags ;)
> 
> I'm not the fimilar with the Net::FTP module, but once it "gets" the
> file from server 1, how do you manipulate the file or simply put,
> print the file on server 2 after it's "gets" the file?
> 
> thx's
> Mike



*******************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
*******************************************************


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to