- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is this at all possible.....backing up of nfs moun...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 08:21 AM
02-14-2003 08:21 AM
On windows pc I have linux too and all the windows files are under /mnt
could I make /mnt an nfs mount and backup files on my pc onto DDS tape?
KL
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 08:30 AM
02-14-2003 08:30 AM
Re: Is this at all possible.....backing up of nfs mounts
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 08:32 AM
02-14-2003 08:32 AM
Re: Is this at all possible.....backing up of nfs mounts
Install both GNU tar and CiFS client (both free) and use smbtar to backup your PC shares to dds in a single command without the serious slowdown of NFS
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 08:36 AM
02-14-2003 08:36 AM
Re: Is this at all possible.....backing up of nfs mounts
# man fbackup
# remsh system2 fbackup -f system1:/dev/rmt/0m -i -v
# fbackup -f system2:/dev/rmt/0m -i -v -O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 08:59 AM
02-14-2003 08:59 AM
SolutionDDS2 DAT4/8 drives do about .5MB/s native, 1MB/s with 2:1 compression, your mileage will vary. Given that this is your backup media, the relative slowness of everything else in your environment will probably be a non-issue. Your drive will be the bottleneck, so, go for it.
The only thing in your setup that may be more of a bottleneck than your DDS2 DAT drive would be your network, if it is only 10baseT. In that case, if you have data that compresses well, your network speed may be an issue. But with your expectations properly set, and speed not being an issue, there is no reason why this shouldn't work. Go for it.
Regards, --bmr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 09:18 AM
02-14-2003 09:18 AM
Re: Is this at all possible.....backing up of nfs mounts
I have understood that from your box you need backup a NFS that be inside, for this condition with fbackup command you must indicate -n option, pls chck "man fbackup" for detailed info.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 06:58 AM
02-17-2003 06:58 AM
Re: Is this at all possible.....backing up of nfs mounts
KL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 12:41 PM
02-17-2003 12:41 PM
Re: Is this at all possible.....backing up of nfs mounts
Any future searchers that turn up this thread will greatly appreciate you letting us all know how it worked out.
Regards, --bmr