![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| the device name | bondoq | SUN Solaris | 2 | 07-04-2006 03:36 AM |
| LOM device | bubba112557 | SUN Solaris | 2 | 09-12-2005 11:39 PM |
| cd rom device | rkap | UNIX for Dummies Questions & Answers | 1 | 06-23-2005 10:22 AM |
| device - > slot | s93366 | UNIX for Advanced & Expert Users | 3 | 03-20-2003 11:52 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Part of my bash script to tar a directory send it to tape and rewind.
Code:
echo "Tar'n all files in backup dir..." tar -cf /export/home/tapebackup/backup/dailybackup.tar * echo "Tar complete!" echo "Copying all files to tape..." ls | grep dailybackup.tar | cpio -ocB > /dev/rmt/0 echo "Copy Complete!" echo "Rewinding tape..." mt -f /dev/rmt/0 rewind echo "Rewind complete!" |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|