The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"restore freebsd 5x"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"restore freebsd 5x"  
Сообщение от unk2k email(??) on 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

Что делать ? Почему такие глюки ?

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

 Оглавление

Сообщения по теме [Сортировка по времени, UBB]


1. "restore freebsd 5x"  
Сообщение от lavr email on 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 ?

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

2. "restore freebsd 5x"  
Сообщение от unk2k email(??) on 07-Сен-06, 19:16 
># man restore ?

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


Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

3. "restore freebsd 5x"  
Сообщение от lavr email on 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

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

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

4. "restore freebsd 5x"  
Сообщение от unk2k email(??) on 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
>
>Теперь более понятно?


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

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру