David,
- Original Message -
From: "David Moreno Garza" <[EMAIL PROTECTED]>
To: "Mike Blezien" <[EMAIL PROTECTED]>
Cc: "Perl List"
Sent: Wednesday, March 15, 2006 4:57 PM
Subject: Re: Remote backup file
Mike Blezien wrote:
Hello
We do a
Mike Blezien wrote:
> 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
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?
Pseudo code to illustrate a sane implementation:
#!/usr/bin/perl
use strict;
use warnings;
my @ftp_hosts = _get_ftp_hosts_array();
backup_localhost() or log_
Mike Blezien wrote:
> Hi,
> - Original Message -
> From: "JupiterHost.Net" <[EMAIL PROTECTED]>
> To:
> Sent: Wednesday, March 15, 2006 12:49 PM
> Subject: Re: Remote backup file
>
>
>>
>>
>> Mike Blezien wrote:
>>> Hel
Hi,
- Original Message -
From: "JupiterHost.Net" <[EMAIL PROTECTED]>
To:
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
ano
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
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