----- Original Message -----
From: "Darrell D. Mobley" <dmobley (at mark) uhostme.com>
To: <coba-e (at mark) bluequartz.org>
Sent: Thursday, November 29, 2007 6:13 PM
Subject: [coba-e:11318] Re: backup
> Yes, still works fine.
>
>> -----Original Message-----
>> From: Jim Dory [mailto:jdory (at mark) nomealaska.org]
>> Sent: Thursday, November 29, 2007 7:45 PM
>> To: coba-e (at mark) bluequartz.org
>> Subject: [coba-e:11316] Re: backup
>>
>> Just to be sure, raqbackup.sh still works well with a BlueQuartz server?
>> I've migrated off the Raq so it is not in service now.
>>
>> I did see Nuonce's Advanced Backup V1.0 for $50.
>>
>> cheers, Jim
>>
>>
>> Darrell D. Mobley wrote:
>> > Raqbackup.sh still works well:
>> >
>> > http://www.neuhaus-internet.de/cobalt/raqbackup/
>> >
>> >> be clean.
>> >>
>> >
A related thought.
Here is a script that will take a list of sites from a file named
"sitestoadd.txt" and will restore them to a server. Using this script, if
you have a problem half way through a restore like a memory leak or
disconnection problem, you won't have to start all over. Just log back in,
edit the sitestoadd.txt and start it again.
#!/usr/bin/perl
#add all the sites on list
$ipaddress = "123.123.123.123";
$directory = "/home/.users/112/admin/";
print "The IP is $ipaddress \n The directory is $directory \n If this is
right, hit enter to continue ";
$something = <STDIN>;
print "try to open sitestoadd.txt\n";
open (FIL,"sitestoadd.txt") or die "Can't Open\n";
while (<FIL>) {
$thedomain = $_;
chomp $thedomain;
print "Add the site $thedomain\n";
system("/usr/sbin/cmuImport -d $directory -n $thedomain -i $ipaddress");
}
close (FIL);
print "Finished";
----
Ken Marcus
Ecommerce Web Hosting by
Precision Web Hosting, Inc.
http://www.precisionweb.net