Abadata - Dave Wineman wrote: > I am trying to move a Bluequartz to a Blueonyx. When I try to do the > restore in the Blueonyx backup module from solarspeed I get a no xml files > found message. I figure I am going about this wrong. Does anyone have the > instructions to do this in a neat organized fashion? > > Thanks... > > dave > > Heres what I do if I need to get the file from another backup server and import....skip to 5th line if you already have the tar.gz file on the server you are planing on loading
mkdir /home/restore/ cd /home/restore/ ftp xxx.xxx.xxx.xxx mget hostname.of.source.com.tar.gz tar --zxvf hostname.of.source.com.tar.gz cp /home/restore/hostname.of.source.com/* /home/restore/ tar -zxvf hostname.of.source.com.cmu-xml-files.tar.gz cp /home/restore/home/raqbackup/data/* /home/restore/ /usr/sbin/cmuImport -d /home/restore/ Best Regards, Jon McCauley -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
