[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Is there a way to copy and move the entire con tents of the Hard drive
- Subject: Re: [cobalt-users] Is there a way to copy and move the entire con tents of the Hard drive
- From: "R.Batalla" <cobalt@xxxxxxxxxxxxxxxx>
- Date: Sat Dec 2 17:39:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Test this.
*** ON SOURCE SERVER ***
telnet to server, and 'su -' to root
cd /
tar cipz / -f /dir_you_can_acces_from_http/backup_name.tar.gz
*** ON DEST SERVER ***
wget http://sourceserver/dir_you_can_acces_from_http/backup_name.tar.gz
> Thank you for the response.
>
> I believe you may have misunderstood the question or I did not state the
> question clearly. I am trying to figure out how to copy and load
everything
> on another server, maintained on another network. Cobalts options only
> allow me to move the sites over. I would like to move everything over to
> the new server. The new server is maintained on a different IP network in
a
> different State.