Не работает restore%cd /home
%restore -i -f /archive/test.tgz
restore > add apache
restore > ls
.:
....
*apache/
....
restore > extract
You have not read any tapes yet.
If you are extracting just a few files, start with the last volume
and work towards the first; restore can quickly skip tapes that
have no further files to extract. Otherwise, begin with volume 1.
Specify next volume #: 1
^C
(завис, нажал ctrl+c)
restore > extract
You have not read any tapes yet.
If you are extracting just a few files, start with the last volume
and work towards the first; restore can quickly skip tapes that
have no further files to extract. Otherwise, begin with volume 1.
Specify next volume #: 1
Mount tape volume 1
Enter ``none'' if there are no more tapes
otherwise enter tape name (default: /archive/test.tgz)
^C
(завис, нажал ctrl+c)
restore > extract
You have not read any tapes yet.
If you are extracting just a few files, start with the last volume
and work towards the first; restore can quickly skip tapes that
have no further files to extract. Otherwise, begin with volume 1.
Specify next volume #: 1
Mount tape volume 1
Enter ``none'' if there are no more tapes
otherwise enter tape name (default: /archive/test.tgz) none
./apache/.cshrc: not found on tape
./apache/.login: not found on tape
./apache/.login_conf: not found on tape
./apache/.mail_aliases: not found on tape
./apache/.mailrc: not found on tape
./apache/.profile: not found on tape
./apache/.rhosts: not found on tape
./apache/.shrc: not found on tape
set owner/mode for '.'? [yn] y
restore > quit
%ls /home/apache/
%Думп делал так:
/sbin/dump -0 -a -f /home /archive/test.tgzЧто делать ? Почему такие глюки ?
>Не работает restore
>
>%cd /home
>%restore -i -f /archive/test.tgz
>restore > add apache
>restore > ls
>.:
>....
>*apache/
>....
>restore > extract
>You have not read any tapes yet.
>If you are extracting just a few files, start with the last
>volume
>and work towards the first; restore can quickly skip tapes that
>have no further files to extract. Otherwise, begin with volume 1.
>Specify next volume #: 1
>^C
>(завис, нажал ctrl+c)
>restore > extract
>You have not read any tapes yet.
>If you are extracting just a few files, start with the last
>volume
>and work towards the first; restore can quickly skip tapes that
>have no further files to extract. Otherwise, begin with volume 1.
>Specify next volume #: 1
>Mount tape volume 1
>Enter ``none'' if there are no more tapes
>otherwise enter tape name (default: /archive/test.tgz)
>^C
>(завис, нажал ctrl+c)
>restore > extract
>You have not read any tapes yet.
>If you are extracting just a few files, start with the last
>volume
>and work towards the first; restore can quickly skip tapes that
>have no further files to extract. Otherwise, begin with volume 1.
>Specify next volume #: 1
>Mount tape volume 1
>Enter ``none'' if there are no more tapes
>otherwise enter tape name (default: /archive/test.tgz) none
>./apache/.cshrc: not found on tape
>./apache/.login: not found on tape
>./apache/.login_conf: not found on tape
>./apache/.mail_aliases: not found on tape
>./apache/.mailrc: not found on tape
>./apache/.profile: not found on tape
>./apache/.rhosts: not found on tape
>./apache/.shrc: not found on tape
>set owner/mode for '.'? [yn] y
>restore > quit
>%ls /home/apache/
>%
>
>Думп делал так:
>/sbin/dump -0 -a -f /home /archive/test.tgz
>
>Что делать ? Почему такие глюки ?
# man restore ?
># man restore ?порядка трех - 4 раз читал.
>># man restore ?
>
>порядка трех - 4 раз читал.уважаю, но только внимательней нужно быть, теперь еще раз сделай man
и обрати внимание на ИНТЕРАКТИВНЫЙ режим и задайся вопросом, а для ЧЕГО?
В man'е команды:-cd
...
-extractзатем в районе флага -r, пример:
newfs /dev/da0s1a
mount /dev/da0s1a /mnt
cd /mntrestore rf /dev/sa0
видим что создается FS: newfs /dev/...
монтируется на /mnt
ЗАЧЕМ ТУДА выполняется cd ?
и только после этого:
resore rf файл_устройство_dump'а_fsТеперь более понятно?
>>># man restore ?
>>
>>порядка трех - 4 раз читал.
>
>уважаю, но только внимательней нужно быть, теперь еще раз сделай man
>и обрати внимание на ИНТЕРАКТИВНЫЙ режим и задайся вопросом, а для ЧЕГО?
>
>В man'е команды:
>
>-cd
>...
>-extract
>
>затем в районе флага -r, пример:
>
>newfs /dev/da0s1a
>mount /dev/da0s1a /mnt
>cd /mnt
>
>restore rf /dev/sa0
>
>видим что создается FS: newfs /dev/...
>монтируется на /mnt
>ЗАЧЕМ ТУДА выполняется cd ?
>и только после этого:
>resore rf файл_устройство_dump'а_fs
>
>Теперь более понятно?
Да Огромное спасибо. Гуру, Респек.!!!