Re: CGI Rsync script to show backup in realtime for end user

2005-01-27 Thread Gavin Henry
>>> 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

Re: CGI Rsync script to show backup in realtime for end user

2005-01-27 Thread Gavin Henry
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 > > > >

Re: CGI Rsync script to show backup in realtime for end user

2005-01-26 Thread JupiterHost.Net
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

Re: CGI Rsync script to show backup in realtime for end user

2005-01-26 Thread JupiterHost.Net
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

CGI Rsync script to show backup in realtime for end user

2005-01-26 Thread Gavin Henry
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