in reply to HTTP/CGI Backup interface w/Perl
#!/usr/bin/perl $|++; my @files = qw( /home/sauoq ); print "Content-type: application/x-tar\n\n"; system( "tar cvf - @files" );
-sauoq "My two cents aren't worth a dime.";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: HTTP/CGI Backup interface w/Perl
by dash2 (Hermit) on Jun 10, 2003 at 00:21 UTC | |
by sauoq (Abbot) on Jun 10, 2003 at 00:36 UTC |