Re: New approach with removable IDE RAID Backup (was: Tape Question)

2002-08-29 Thread Ulf Rompe
Ramin Motakef <[EMAIL PROTECTED]> writes: > Next thing i want to try is to use a dedicated maschine and raid > over network block devices instead of rsync. Has anyone experience > with that (speed, reliability)? I have no experience with it but have read a bit about it. The Problem with this setu

Re: New approach with removable IDE RAID Backup (was: Tape Question)

2002-08-28 Thread Ramin Motakef
Christian Hammers writes: > Hi > > On Wed, Aug 21, 2002 at 04:14:09PM +1000, Craig Sanders wrote: > > > I have a big size file about 33G in /home directory !!! and i wanna > > > backup this file into tape device > Why tape, buy a ATA (IDE) RAID controller that allowes hot swap and hot > plug

Re: New approach with removable IDE RAID Backup (was: Tape Question)

2002-08-28 Thread I. Forbes
Hello Christian On 28 Aug 2002 at 0:39, Christian Hammers wrote: > On Wed, Aug 21, 2002 at 04:14:09PM +1000, Craig Sanders wrote: > > > I have a big size file about 33G in /home directory !!! and i wanna > > > backup this file into tape device > Why tape, buy a ATA (IDE) RAID controller that

Re: New approach with removable IDE RAID Backup (was: Tape Question)

2002-08-27 Thread Christian Hammers
Hi > > Why tape, buy a ATA (IDE) RAID controller that allowes hot swap and > > hot plugable devices (e.g. 3ware). Then setup a raid1 between two > > harddiscs. > > > > [...] On Wed, Aug 28, 2002 at 09:56:52AM +1000, Craig Sanders wrote: > 1. as well as the raid rebuild, you still need to rsync t

Re: New approach with removable IDE RAID Backup (was: Tape Question)

2002-08-27 Thread Craig Sanders
On Wed, Aug 28, 2002 at 12:39:26AM +0200, Christian Hammers wrote: > On Wed, Aug 21, 2002 at 04:14:09PM +1000, Craig Sanders wrote: > > > I have a big size file about 33G in /home directory !!! and i > > > wanna backup this file into tape device > > Why tape, buy a ATA (IDE) RAID controller tha

New approach with removable IDE RAID Backup (was: Tape Question)

2002-08-27 Thread Christian Hammers
Hi On Wed, Aug 21, 2002 at 04:14:09PM +1000, Craig Sanders wrote: > > I have a big size file about 33G in /home directory !!! and i wanna > > backup this file into tape device Why tape, buy a ATA (IDE) RAID controller that allowes hot swap and hot plugable devices (e.g. 3ware). Then setup a ra

Tape Question..

2002-08-21 Thread axacheng
thanks for Lance . i got solution about this question,my solve as following: shell > tar -cjvfM /dev/st0 /backup_source << -M, --multi-volume create/list/extract multi-volume archive >> it will show a report when tape was full-up! then it will note us to change other

Re: Tape Question..

2002-08-21 Thread Craig Sanders
On Wed, Aug 21, 2002 at 12:14:06PM +0800, axacheng wrote: > I have a big size file about 33G in /home directory !!! and i wanna > backup this file into tape device > > Unfortunately, My tape just 24G(compressd).so that i must be > change tape when data write into tape device... > > How sh

Tape Question..

2002-08-20 Thread axacheng
Hello List : I have a big size file about 33G in /home directory !!! and i wanna backup this file into tape device Unfortunately, My tape just 24G(compressd).so that i must be change tape when data write into tape device... How should i do??? shell > tar cjvf /dev/st0 /home