URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 68775
[ Назад ]

Исходное сообщение
"restore freebsd 5x"

Отправлено unk2k , 07-Сен-06 18:59 
Не работает 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 freebsd 5x"
Отправлено lavr , 07-Сен-06 19:03 
>Не работает 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 ?


"restore freebsd 5x"
Отправлено unk2k , 07-Сен-06 19:16 
># man restore ?

порядка трех - 4 раз читал.



"restore freebsd 5x"
Отправлено lavr , 07-Сен-06 19:50 
>># 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

Теперь более понятно?


"restore freebsd 5x"
Отправлено unk2k , 07-Сен-06 19:52 
>>># 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
>
>Теперь более понятно?


Да Огромное спасибо. Гуру, Респек.!!!