Hmm. With this in mind, we probably aren't going to want an NDMP based-backup solution. Which also means we don't need Galaxy.
Does anyone have recommendation on a backup solution that doesn't involve NDMP, but rather backs up the data over a share? We'll only have NTFS data, and would probably be using a drive/drive changer locally attached to a Windows 2000 server.
Or would most backup software be sufficient for this purpose? Since we would be backing up snapshots, rather than live data, is there any software that handles that especially well?
Thanks, Jordan
----- Original Message ----- From: "Melvin, Grant" Grant.Melvin@netapp.com To: "'Jordan Share'" iso9@phantasticant.com; toasters@mathworks.com Sent: Thursday, May 10, 2001 3:13 PM Subject: RE: Galaxy and NDMP
Hi Jordan,
With a (directly attached to the NetApp) tape device you will need to run an NDMP-compliant application such as CommVault's Galaxy (or use rsh scripts) to run dump on the filer. Anyway the resulting format written to tape is in the BSD dump format which is compatible with Solaris' ufsrestore.
To restore them to a non-NetApp target location you can perform a native (to Solaris) ufsrestore of the backup, but there will be a few hoops to jump through, such as, knowing where the backup images are on each tape and running the tapes through dd prior to ufsrestore. The reason for this last point is that NDMP backups even though they may cross tape boundaries are actually written as one very large (usually) data stream and therefore have to be read back that way which an NDMP restore on a filer achieves.
If the data in the backup has mixed (Unix & NT) permissions then the NT permissions will be lost during a ufsrestore backup, but the data & unix permissions will be intact.
Alternatively you can perform non-NDMP backups over CIFS which will capture the data + Unix & CIFS permissions. If you then restore on a filer it will restore the data + Unix & CIFS permissions. If you restore on an NT server you will get the data + CIFS permissions, but no Unix permissions. I'd go this way if you only have CIFS data or mixed data and I'd perform NFS backups if you only have NFS data.
However, it really looks like the dependency is on the equipment at your disaster recovery location and in this case I'd go for filers! ;-D
Hope this helps and I hope CommVault are listening.
Cheers, Grant