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