>>> Is it possible for me to write a perl cgi script that will echo the
>>> output from an rsync backup?
>>
>> Sure, why not :)
>>
>> Sorry, had to be done ;p
>>
>> More info needed, code you've tried, how you're doing rsync, etc
>>
>> Start with:
>>
>> #!/usr/bin/perl
>>
>> use strict;
>> use war
On Thursday 27 Jan 2005 02:01, JupiterHost.Net wrote:
> >> Is it possible for me to write a perl cgi script that will echo the
> >> output from an rsync backup?
> >
> > Sure, why not :)
> >
> > Sorry, had to be done ;p
> >
> > More info needed, code you've tried, how you're doing rsync, etc
> >
> >
Is it possible for me to write a perl cgi script that will echo the
output from an rsync backup?
Sure, why not :)
Sorry, had to be done ;p
More info needed, code you've tried, how you're doing rsync, etc
Start with:
#!/usr/bin/perl
use strict;
use warnings;
use CGI;
print CGI::header();
print "Sta
Gavin Henry wrote:
Dear all,
Hello,
Is it possible for me to write a perl cgi script that will echo the output
from an rsync backup?
Sure, why not :)
Sorry, had to be done ;p
More info needed, code you've tried, how you're doing rsync, etc
Start with:
#!/usr/bin/perl
use strict;
use warnings;
use
Dear all,
Is it possible for me to write a perl cgi script that will echo the output
from an rsync backup?
Thanks.
--
Just getting into the best language ever...
Fancy a [EMAIL PROTECTED] or something
on http://www.perl.me.uk Just ask!!!
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi