[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Using CMU to restore sites after attack?
- Subject: Re: [cobalt-users] Using CMU to restore sites after attack?
- From: "Jelmer Jellema" <cobalt@xxxxxxxxxxxxxxx>
- Date: Thu Feb 28 08:36:02 2002
- Organization: Spin in het Web (www.spininhetweb.nl)
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > Do you have a simple way of doing this? Still not very proficient in
command
> > line stuff. Step by step!
>
> 1. SSH into your server
> 2. su - <enter admin password>
> 3. cd /home/sites
> 4. tar cfvRpz site#.tar.gz site#
>
> This will tar up your whole site with the user permissions intact. Type
"man
> tar" with out the quotes for the tar user manual.
Problem with using tar instead of CMU is, as I understood, you have to be
realy careful about the site-numbers: messing up the site-numbers (i.e.:
recreating the sites from the interface in a different order) makes
untarring the backup a problem.
Jelmer