Search Results

Search: Posts Made By: sokobans
2,895
Posted By sokobans
Answer
This is the answer:

Example of writing separate archieves to tape:

mt -f /dev/nst0 rew
tar cf /dev/nst0 dir1/*.img
tar cf /dev/nst0 dir2/*.img
tar cf /dev/nst0 dir3/*.img
tar cf /dev/nst0...
2,895
Posted By sokobans
How can I configure a device nrst0 ?
I dont know how can i configure a device tape nrst0

when i try to do a

tar -cvf /dev/nrst0 text1.txt

exist a problem because the tape is not configure then i want to configure but i dont...
2,405
Posted By sokobans
My problem is the same.... !$ tar -cvf...
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...

!$...
2,405
Posted By sokobans
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...
1
2,103
Posted By sokobans
Backup
I want to know how can i do a backup for two diferents subdirectories ?

For example

/home/data/test.txt

/public/now/real.txt

i know that i have to do the next....

pwd
/home/data
...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 12:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy