>>> 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