Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NFS Backup

Status
Not open for further replies.

mgrun

IS-IT--Management
Jul 15, 2002
44
IL
Hello

I have a unix station that is connected to a file server (netapp) via NFS. I need to backup this file system from the unix station. Does anybody have any suggestions what the best way is to do this using unix commands.


With Thanks
Micha Micha Grunberg
Unix Sys-Admin
 
You can look at ufsdump to maybe accomplish what you need. Tar may also be a simple solution as well.
 
What are you backing up to?

You won't be able to use ufsdump on an NFS filesystem.

Perhaps something along the lines of:

[tt]tar cvf - /netapp_mountpoint | gzip -c > /somewhere/netapp_backup.tar.gz[/tt] Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top