List Info

Thread: How can I use the remote tape drive to take backup of a filesystem in RHEL server.




How can I use the remote tape drive to take backup of a filesystem in RHEL server.
user name
2006-02-28 10:56:17
Hi,

We have a RHEL AS 3 server, whose file system need to be
backed up.  We
donot have a tape drive on it.  We have a tape drive on
another remote
server (AIX, /dev/rmt0).

How can I use the remote tape drive to take backup of a
filesystem in RHEL
server.

Please suggest,
Thanks & Regards,
-GnanaShekar-
-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requestredhat.com?subject=unsubscribe
h
ttps://www.redhat.com/mailman/listinfo/redhat-list
How can I use the remote tape drive to take backup of a filesystem in RHEL server.
user name
2006-02-28 12:18:51
On Tue, Feb 28, 2006 at 04:26:17PM +0530, unix syzadmin
wrote:
> We have a RHEL AS 3 server, whose file system need to
be backed up.  We
> donot have a tape drive on it.  We have a tape drive on
another remote
> server (AIX, /dev/rmt0).
> 
> How can I use the remote tape drive to take backup of a
filesystem in RHEL
> server.

There's plenty of ways of doing this. You could try using a
free backup
system such as Amanda (http://www.amanda.org/) or
Bacula
(http://www.bacula.org/);
or one of many commercial alternatives
(Legato, Veritas, Arkeia, etc)

A simple, but more difficult to manage, solution would be to
write a
bunch of shell scripts using rdump, or to be slightly more
secure, using
tar with ssh & dd.

Eg, tar cf - / | ssh remotehost dd of=/dev/rmt0

Make sure you've set up your ssh keys first...

Cheers,

Paul.

-- 
Paul Dwerryhouse				| PGP Key ID: 0x6B91B584
============================================================
============
Building Java RPMS for Redhat Enterprise Linux and Fedora:
http://nepotismia.
com/redhat/java/

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requestredhat.com?subject=unsubscribe
h
ttps://www.redhat.com/mailman/listinfo/redhat-list
How can I use the remote tape drive to take backup of a filesystem in RHEL server.
user name
2006-02-28 16:17:14
On Tuesday 28 February 2006 05:56 am, unix syzadmin wrote:
> Hi,
> 
> We have a RHEL AS 3 server, whose file system need to
be backed up.  We
> donot have a tape drive on it.  We have a tape drive on
another remote
> server (AIX, /dev/rmt0).
> 
> How can I use the remote tape drive to take backup of a
filesystem in RHEL
> server.
> 
> Please suggest,
> Thanks & Regards,
> -GnanaShekar-

You can you tar or cpio

for cpio something like:
find /src -print | cpio -o -C 32768 -H crc -O useraix:/dev/rmt0 
--rsh-command=/usr/bin/ssh
where user at aix has to have write access to /dev/rmt0


tar --rsh-command=/usr/bin/ssh -cvf useraix:/dev/rmt0 /src

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requestredhat.com?subject=unsubscribe
h
ttps://www.redhat.com/mailman/listinfo/redhat-list
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )