Can I backup across the network?

Can I backup across the network?

Post by Brian Rank » Sat, 17 Feb 1996 04:00:00



I have an SCO Unix (Openserver5.0) that I want to backup across the
network, onto an Exabyte drive attached to a Sun Sparc Solaris2.4 system.
I'd prefer not to NFS-mount the SCO box onto the Solaris box.
Anyone have any suggestions on how to accomplish this?  I'd like to backup
with ufsdump, if possible.

Sincerely,

Brian Rankin

 
 
 

Can I backup across the network?

Post by Konstantinos Agour » Sun, 18 Feb 1996 04:00:00



>I have an SCO Unix (Openserver5.0) that I want to backup across the
>network, onto an Exabyte drive attached to a Sun Sparc Solaris2.4 system.
>I'd prefer not to NFS-mount the SCO box onto the Solaris box.
>Anyone have any suggestions on how to accomplish this?  I'd like to backup
>with ufsdump, if possible.

Either use amanda, which is PD or use Solstice Backup which costs money but
has a nice and nifty Graphical User Interface.

Konstantin
--

Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Treason, like beauty, lies in the eye of the beholder." Garak

 
 
 

Can I backup across the network?

Post by Christoph Torlins » Sun, 18 Feb 1996 04:00:00


 How about using rdump? its free and comes with most OS'ses...

-chris


: >I have an SCO Unix (Openserver5.0) that I want to backup across the
: >network, onto an Exabyte drive attached to a Sun Sparc Solaris2.4 system.
: >I'd prefer not to NFS-mount the SCO box onto the Solaris box.
: >Anyone have any suggestions on how to accomplish this?  I'd like to backup
: >with ufsdump, if possible.
: Either use amanda, which is PD or use Solstice Backup which costs money but
: has a nice and nifty Graphical User Interface.

: Konstantin
: --

: Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
: ----------------------------------------------------------------------------
: "Treason, like beauty, lies in the eye of the beholder." Garak

 
 
 

Can I backup across the network?

Post by Matt Simmo » Tue, 20 Feb 1996 04:00:00


: I have an SCO Unix (Openserver5.0) that I want to backup across the
: network, onto an Exabyte drive attached to a Sun Sparc Solaris2.4 system.
: I'd prefer not to NFS-mount the SCO box onto the Solaris box.
: Anyone have any suggestions on how to accomplish this?  I'd like to backup
: with ufsdump, if possible.

I always found that

ufsdump -f - partition |rsh solarisbox dd of=/dev/rmt/whatever

worked for me...  Of course, it will suck up bandwidth, but you can reduce
that somewhat if you put a gzip or compress between ufsdump and rsh,
assuming gzip or compress don't load the SCO box too much...


"It's like integrating Honda with Porsche" - George Zachary of Mohr Davidow
       Ventures, on the purchase of Apple Computer by Sun Microsystems.
      "A language is a dialect with an army and a navy" - Max Weinreich

 
 
 

Can I backup across the network?

Post by Mark Dav » Wed, 21 Feb 1996 04:00:00




>>I have an SCO Unix (Openserver5.0) that I want to backup across the
>>network, onto an Exabyte drive attached to a Sun Sparc Solaris2.4 system.
>>I'd prefer not to NFS-mount the SCO box onto the Solaris box.
>>Anyone have any suggestions on how to accomplish this?  I'd like to backup
>>with ufsdump, if possible.
>Either use amanda, which is PD or use Solstice Backup which costs money but
>has a nice and nifty Graphical User Interface.

Or do the following (just did it last night):

find . -depth -print | cpio -ocv | compress | rcmd <<remote>> "dd of=/dev/rct0"

or similar.

--
  /--------------------------------------------------------------------------\
  | Mark A. Davis     | Lake Taylor Hospital | Norfolk,VA (804)-461-5001x431 |

  \--------------------------------------------------------------------------/

 
 
 

Can I backup across the network?

Post by Unisource Syste » Sat, 24 Feb 1996 04:00:00



: >I have an SCO Unix (Openserver5.0) that I want to backup across the
: >network, onto an Exabyte drive attached to a Sun Sparc Solaris2.4 system.
: >I'd prefer not to NFS-mount the SCO box onto the Solaris box.
: >Anyone have any suggestions on how to accomplish this?  I'd like to backup
: >with ufsdump, if possible.
: Either use amanda, which is PD or use Solstice Backup which costs money but
: has a nice and nifty Graphical User Interface.
[snip]

YUP!  For $199 bucks you get PerfectBACKUP & Restore (See SCO WORLD MAGAZINE
February 1996 issue).  It will backup across the net and locally.

 
 
 

Can I backup across the network?

Post by Stephen M. Du » Sun, 25 Feb 1996 04:00:00


$Or do the following (just did it last night):
$
$find . -depth -print | cpio -ocv | compress | rcmd <<remote>> "dd of=/dev/rct0"
$
$or similar.

   Be aware, when compressing the output of a backup program, that
one bad byte on the tape effectively marks the end of your usable
backup.

   If you use a program which compresses the individual files,
one bad byte marks the end of that particular file ... but if
the hardware and tape drivers can continue reading past the
error, the backup software can scan for the next file header
and continue.

   If, on the other hand, you compress the output of the backup
program, you're history.  You can't seek into the middle of a
piece of compressed data and start reading it; the decompressor's
state is dependent on every token that came before, and if some
of that information is missing, it will be difficult if not
downright impossible to continue.
--

----------------------------------------------------------------------------
Stephen M. Dunn, CNE, ACE, Sr. Systems Analyst, United System Solutions Inc.
104 Carnforth Road, Toronto, ON, Canada M4A 2K7          (416) 750-7946 x251

 
 
 

1. Backup across network using cpio


I personally use afio to back up four HP-UX boxes to one DAT drive.  I
don't use cpio often enough to answer your question specifically, but
this is the way I do it with afio:

remsh DAThost dd if=/dev/DAT bs=1024k | afio -i -

The - represents standard input.  Using the standard output of a remsh dd is
a good way to go.  I do something very similar to back the machines up.

find / -print | afio -o - | remsh DAThost dd of=/dev/DAT bs=1024k

I hope this helps.

2. select is slow?

3. Using SCOadmin to do backups across a network

4. 2.4.18-5 and newnat patch(H323)

5. How do you backup root files across a network?

6. Scheduling printer with Samba and Linux

7. error doing tape backup across network

8. Delaying at the sendmail initialization

9. backup across network

10. Backup across network with cpio

11. Backup across a network

12. Back-up drives across network

13. Backup across network?