- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- add files to tape
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
05-07-2002 11:28 AM
05-07-2002 11:28 AM
Who can i add files to the tape whitout delete the files old?.
thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 11:29 AM
05-07-2002 11:29 AM
Re: add files to tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 11:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 11:32 AM
05-07-2002 11:32 AM
Re: add files to tape
If you used the "tar command to add files to the tape. You can use it to add more files.
The use the -r syntax. Ie.
tar -rvf /dev/rmt/0 /tmp/filename
Also, Look into "mt" so you can create tape markers. So you can add multible archive formats to the same tape.
Thanks,
Yates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 11:37 AM
05-07-2002 11:37 AM
Re: add files to tape
I use fbackup for backup my files.
thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 11:43 AM
05-07-2002 11:43 AM
Re: add files to tape
Unfortunately, there is no option with fbackup command to append/add more files to a backup media. You may have to choose other backup methods or use another media.
If you are looking for an incremental method, it is possbile with a graph file.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 11:44 AM
05-07-2002 11:44 AM
Re: add files to tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 11:47 AM
05-07-2002 11:47 AM
Re: add files to tape
Check these threads too (TKB #8606255494):
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3d22f10b15200e3bae/screen=ckiDisplayDocument?docId=200000060372022
and TKB #UNX1000087:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f14fcf94084716546b/screen=ckiDisplayDocument?docId=400000000010776
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 11:50 AM
05-07-2002 11:50 AM
Re: add files to tape
Adding files to a small tar or cpio backup can be done, but I would never do it as a normal porcess to backup the entire computer or as a way to save on tape media. By appending files and directories onto the end of the tape, you won't be able to determine what was actually done without very meticulous record keeping.
More than one system administrator has been burned by trying to use a backup with many versions of the same file and no reliable way to restore the right version.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 11:51 AM
05-07-2002 11:51 AM
Re: add files to tape
tar rvf /dev/rmt/0m filename will append to the tape
Manoj Srivastava