Networker

Re: [Networker] Backing up files on Solaris to Linux?

2005-03-21 17:56:34
Subject: Re: [Networker] Backing up files on Solaris to Linux?
From: Byron Servies <bservies AT PACANG DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Mon, 21 Mar 2005 14:54:57 -0800
On Mar 21, 2005, at 1:34 PM, George Sinclair wrote:

In general, what's the deal with recovering data from one platform to
another? We typically always recover the data to either the same host or
one with a similar OS.

Bits are bits. NetWorker does not examine the contents of the file in any way, so you should have no issues with that. However, the filesystem information (stat structures, ACLs, etc.) may be different on the Solaris machine; not usually an issue on a unix machine, but it is possible. Consider using uasm to back up the file from the Solaris machien to the Linux machine:
        uasm -s file > backup.path

uasm will use all the same code as save, but send the output to stdout instead of sending it over the network to the backup server. Use uasm -r to recover.

Byron

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listserv.temple DOT edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
also view and post messages to the list. Questions regarding this list
should be sent to stan AT temple DOT edu
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>