![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Please help with cpio on HP-UX | soestx | HP-UX | 3 | 01-13-2006 06:07 PM |
| backup with CPIO | alisevA3 | UNIX for Dummies Questions & Answers | 1 | 06-04-2004 11:59 PM |
| cpio backup to a remote device.. | Cameron | UNIX for Dummies Questions & Answers | 3 | 08-15-2002 10:15 AM |
| backup listing(cpio) | Prafulla | UNIX for Dummies Questions & Answers | 1 | 10-10-2001 10:48 AM |
| cpio | wipro fluid power | UNIX for Dummies Questions & Answers | 2 | 06-18-2001 10:56 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I'm having problems getting backups working on SCO OpenServer 5.7.
using the following command: find / -depth -print | cpio -ocvB -O /dev/rct0 some files are backed up then the following error is reported: Reached end of medium on output. Device /dev/rct0: Change to part 2 and press RETURN key. [q] q The tape device is DDS4 (20Gb) and there is only 3Gb of data on the machine so there should be plenty of room on a single tape. I've tried a different tape drive with the same issue so I don't think it's a hardware problem. Any help would be appreciated. |
|
||||
|
CPIO Backup End of Media
I dont recommend multi tapes with CPIO.
To fit more onto a tape, I would suggest you use 'compress -H' to compress the data. Your initial find command is piped to compress -H which in turn is piped to the destination device To read the contents of the tape you will need to use 'uncompress' which is piped from 'dd if' command and uncompress is piped to cpio |
|
||||
|
Our problem was that the tape was finished (full) and we had to switch to another tape.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| backup, cpio |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|