Re: Restore System

2005-09-21 Thread Alex Yarmol
середа 21 вересень 2005 21:18, Philip Hallstrom Ви написали:
  I did a full backup of a server with tar using the following command:
  tar cpzf servername`date +%m%d%y`.tgz /
 
  I'm trying to restore it on another server with the following command:
  tar -xzpf /path to backup file
 
  The problem I'm running into is that the original system is has an IDE
  harddrive, and the new system is SCSI.  I'm getting the following
  errors:
  dev/ad0: Can't restore device node: No such file or directory
  dev/ad0s1: Can't restore device node: No such file or directory
  dev/ad0s1a: Can't restore device node: No such file or directory
  dev/ad0s1b: Can't restore device node: No such file or directory
  dev/ad0s1c: Can't restore device node: No such file or directory
  dev/ad0s1d: Can't restore device node: No such file or directory
  dev/ad0s1e: Can't restore device node: No such file or directory
 
  Is there an easy way around this?  Any help would greatly be
  appreciated.

 Look into the --exclude option for tar...

   --exclude pattern   Exclude files matching the pattern (don't
 extract them, don't add them, don't list them).

 just skip everything beneath /dev/

 -philip
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
man dump
man restore
it really helps =)

-- 
З найкращими побажаннями,
Алекс Ярмол
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Motorola C380 Modem Driver or whatever...

2005-07-18 Thread Alex Yarmol
Hi, ppl :^)

I have a Motorola C380 mobile (the same firmware as C650 and V220). It
has GPRS and Mini-USB port. In Windoze i have a small INF-file driver
~ 10 kb and when i install it, XP installs usbser.sys driver too. The
question is: can I use my mobile as modem in FreeBSD 5.4? If I can,
how?

PS: INF-file is attached, don't worry, no viruses.


USBMOT2000.rar
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Motorola C380 Modem Driver or whatever...

2005-07-18 Thread Alex Yarmol
Hi, ppl :^)

I have a Motorola C380 mobile (the same firmware as C650 and V220). It
has GPRS and Mini-USB port. In Windoze i have a small INF-file driver
~ 10 kb and when i install it, XP installs usbser.sys driver too. The
question is: can I use my mobile as modem in FreeBSD 5.4? If I can,
how?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Motorola C380 modem driver or whatever...

2005-07-18 Thread Alex Yarmol
Hi, ppl :^)

I have a Motorola C380 mobile (the same firmware as C650 and V220). It
has GPRS and Mini-USB port. In Windoze i have a small INF-file driver
~ 10 kb and when i install it, XP installs usbser.sys driver too. The
question is: can I use my mobile as modem in FreeBSD 5.4? If I can,
how?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Bash prompt

2005-07-17 Thread Alex Yarmol
Hi, dear FreeBSD developers etc. :)

I have a question.

How I can chage my bash prompt to this:

[EMAIL PROTECTED] directory-name(e. g. alex for /usr/home/alex)]$

I assume that I need to do that:

export PS1='[EMAIL PROTECTED] \(here i don't know what to do, i assume, that I
need to write \p or \P, but it's not working)]\$

I've try to read man bash, but didn't find what I want :(

Help me please.

Best regards, Alex Yarmol
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]