Hi All,
Further to this backup problem I had.
With the tar command below, I will be putting it into a script, is there
anyway of putting the password in the script so it automatically runs?
I know I can authenticate with keys, but it's not a preferred method as
the way SSH is installed on the server is a hack, and therefore very
temperamental.

Regards,

Scott

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
Of Jeff Waugh
Sent: Wednesday, 31 July 2002 4:43 PM
To: [EMAIL PROTECTED]
Subject: Re: [SLUG] Backup and /proc/cpuinfo


<quote who="Scott">

> Is there anyway other way around it? I have thought of putting the
tape
> drive into the gateway machine, mounting the server via NFS and
backing
> up this way. Would this be a viable option, can anyone see any
pitfalls,
> or think of a better idea?

You could run amanda-server on the gateway and amanda-client on the
server.
I'm not fond of amanda though, and generally don't recommend it, so you
could go a few steps simpler and use tar over ssh:

  tar --rsh-command=/usr/bin/ssh -czvf <server>:/dev/mt0 <files>

Cute, huh? :-)

> Now for the question:
> The same server is a dual Xeon 1800Mhz, I have checked under the hood,
> and it is that, but when I cat /proc/cpuinfo it says there is 4 cpu's,
> id's 0 - 3. Why?

Because... It's YOUR LUCKY DAY! ;-) Hmm... I really don't know.

- Jeff

-- 
                      Is Murphy's Law constitutional?

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to