- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Copying large files
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-04-2003 06:46 AM
02-04-2003 06:46 AM
Copying large files
I have been using cpio to move small files (less than 2GB)from one filesystem to another (online backup). Now the files are more than 2GB. What option do I have for moving these large files. Does CPIO have a patch to support large files, if not what copy tools support large files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 06:50 AM
02-04-2003 06:50 AM
Re: Copying large files
OR look into using rdist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 06:52 AM
02-04-2003 06:52 AM
Re: Copying large files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 06:54 AM
02-04-2003 06:54 AM
Re: Copying large files
For large files fbackup and frecover are the preferred tols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 06:55 AM
02-04-2003 06:55 AM
Re: Copying large files
With release 10.20, HP-UX supports large files (greater than 2GB) and
increased UID/GIDs (greater than 60,000). Archives containing files
with these attributes would cause severe problems on systems that do
not support the increased sizes. For this reason, fbackup creates
tapes with a new magic number ("FBACKUP_LABEL"). This prevents
fbackup tape archives from being restored on pre-10.20 HP-UX systems.
frecover still reads both tape formats so that fbackup tape archives
created on pre-10.20 HP-UX systems can be restored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 06:56 AM
02-04-2003 06:56 AM
Re: Copying large files
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065450723
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 06:57 AM
02-04-2003 06:57 AM
Re: Copying large files
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_26423&context=hpux:800:11:11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 07:07 AM
02-04-2003 07:07 AM
Re: Copying large files
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 07:09 AM
02-04-2003 07:09 AM
Re: Copying large files
Why not simply use cp?
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 07:28 AM
02-04-2003 07:28 AM
Re: Copying large files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 07:59 AM
02-04-2003 07:59 AM
Re: Copying large files
Manoj Srivastava