![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with dd command or maybe AFS problem | Anta | Shell Programming and Scripting | 0 | 08-25-2006 07:10 AM |
| SSH Problem auth problem | budrito | UNIX for Advanced & Expert Users | 1 | 03-17-2004 06:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Tar Problem
I need to do a bakcup for some files, in the same tape but in diferente time....
at 9am i need the file /public/test1.txt then... tar -cvf /dev/st0 /public/test1.txt at 12pm i need the file /public/test2.txt the.... tar ¿? /public/test2.txt in this point i have problem beacuse when i put tar -tvf /dev/st0 i need the next output... /test1.txt /test2.txt i dont know how can i do that ? i really apreciate if somebody can help me... Regards |
| Forum Sponsor | ||
|
|
|
|||
|
My problem is the same....
!$ tar -cvf /dev/st0 test1.txt test1.txt !$ tar -rvf /dev/st0 test2.txt test2.txt !$ tar -tvf /dev/st0 only display test1.txt And I need that display... !$ tar -tvf /dev/st0 test1.txt test2.txt |