Re: [gentoo-user] Howto backup w2k with streamer in Gentoo machine?

2003-12-15 Thread Dirk Heinrichs
Am Monday 15 December 2003 15:35 schrieb ext Peter Eis:
> Timo Boettcher wrote:
> >Hi,
> >
> >  I have two machines here, one workstation that has Windows 2000 Pro
> >  installed, and one server that runs Gentoo and has a Streamer. How
> >  can I backup the W2K workstation with the streamer in the linux
> >  server?
>
> Have a look at arkeia http://www.arkeia.com/arkeialight.html
> For 1 server and up to 2 clients it's free

Or try out Amanda (http://www.amanda.org/).

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Cap Gemini Ernst & Young| Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.cgey.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp0.pgp
Description: signature


Re: [gentoo-user] Howto backup w2k with streamer in Gentoo machine?

2003-12-15 Thread Peter Eis
Timo Boettcher wrote:

Hi,

 I have two machines here, one workstation that has Windows 2000 Pro
 installed, and one server that runs Gentoo and has a Streamer. How
 can I backup the W2K workstation with the streamer in the linux
 server?
 

Have a look at arkeia http://www.arkeia.com/arkeialight.html
For 1 server and up to 2 clients it's free
Peter



--
[EMAIL PROTECTED] mailing list


[gentoo-user] Howto backup w2k with streamer in Gentoo machine?

2003-12-15 Thread Timo Boettcher
Hi,

  I have two machines here, one workstation that has Windows 2000 Pro
  installed, and one server that runs Gentoo and has a Streamer. How
  can I backup the W2K workstation with the streamer in the linux
  server?
  I had some ideas, but I am not sure which of them is best.
  
  1. Boot the workstation with the installed Windows, and use
 smb-network-shares to mount the partitions on the server, backup
 them with tar there.
 I guess it will fail because of the files in use.
  2. Boot the workstation with linux (knoppix or gentoo bootcd), then
 mount all partitions (ntfs) and ssh it on the server.
 tar cv /mnt/ | ssh [EMAIL PROTECTED] "dd of=/dev/nst0"
 or would that be
 tar cv /mnt/ | ssh [EMAIL PROTECTED] "tar -f /dev/nst0"
  3. Boot the workstation with linux (knoppix or gentoo bootcd), then
 dd all partitions and ssh it on the server.
 dd if=/dev/sda1 | ssh [EMAIL PROTECTED] "dd of=/dev/nst0"
 or would that be
 dd if=/dev/sda1 | ssh [EMAIL PROTECTED] "tar -f /dev/nst0"



 Timo


--
[EMAIL PROTECTED] mailing list