[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] sausalito - was RAQbackup for raq 550
- Subject: [cobalt-users] sausalito - was RAQbackup for raq 550
- From: "Jalon Q. Zimmmerman" <jalonz@xxxxxxxxxxxxxx>
- Date: Tue Mar 18 12:54:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
* BSmith@xxxxxxxxxxx <BSmith@xxxxxxxxxxx> [2003-03-18 15:29]:
>
> Explain something to me. Why is cmu a good backup if you need to
> restore it
> manually???? If you take my script, and basically untar it, starting from a
> full back up, then do the partials, it works wonders. With that script you
> do not have to set up anything. Look into Sausalito. It does NOT use a
> database. It uses directories to build everything. I also backup all of
> the raq's config files, so essentially, it does the same thing. The problem
> is not many people have read up on Sausalito. It is a real basic way of
> doing things :)
a comment about sausalito...
you can do amazing things with bash, sed and find in the sausalito
objects tree.
need to manually enable PHP for 2500 vhosts? no way man - write a
script and run it across the tree.
once you learn the tree structure and data internals, you can do
anything.
one caveat... NEVER use "echo '192.168.1.22' > .ipaddr". use "echo -n
<blah>".
"man echo"
that little newline on the end of the line will turn your hair white
overnight.
:)
jalon