On Mon, Sep 25, 2000 at 11:32:31AM -0400, [EMAIL PROTECTED] wrote:
>      I am trying to determine the best way to mirror data off an EMC server
> using only NFS exports to some SSA drives.  Since the OS on the EMC is
> proprietary I am unable to run any custom software on the server.  So I
> have to rely only on its ability to export NFS volumes.  The best solution
> I have determined thus far is export the NFS volumes to the AIX server and
> then locally use rsync to mirror the data.

If NFS is the only way to access the data, then I suppose it's your
only choice.  I suppose if there was a machine closer on the network
than the destination you might win by mounting the NFS volumes there
and then using rsync to the final destination.

rsync should still be a considerable win over plain copying, since it
can be smart about timestamps and so on.

> Does anyone have any thoughts
> on a better approach perhaps?  If indeed this is the best approach I would
> appreciate any guidance on how best to implement rsync as far as frequency
> of syncs and so forth.

It entirely depends on your requirements for mirroring.  If you want
daily backups, then run daily.  If you need less than an hour's lag,
then you may need to rsync several subdirectory trees in parallel.

Hope that helps,
-- 
Martin Pool, Linuxcare, Inc.
+61 2 6262 8990
[EMAIL PROTECTED], http://www.linuxcare.com/
Linuxcare. Support for the revolution.

PGP signature

Reply via email to