Re: Dump to DVD (partially solved)

2006-09-04 Thread Beech Rintoul
On Sunday 03 September 2006 18:09, stan wrote:
> On Sun, Sep 03, 2006 at 05:17:58PM -0800, Beech Rintoul wrote:
> > On Sunday 03 September 2006 15:27, stan wrote:
> > > On Sun, Sep 03, 2006 at 03:10:45PM -0800, Beech Rintoul wrote:
> > > > Can someone give me a bit of help? I'm trying to dump /user to
> > > > multiple DVD's and keep getting a write error when the DVD runs out
> > > > of space. I need an example of the proper command. I think I need to
> > > > add file size to the command, but I'm not quite sure how to do it. I
> > > > don't normally use DVD's so this is a bit new to  me.
> > >
> > > What command are you using? tar? dump? .
> >
> > Dump dump -0au -L -f /dev/acd0 /usr
> >
> > It used to just prompt me to feed in another DVD. Now it errors out when
> > the DVD is full.
>
> Hmm, the man page says that the -a option (which you are using), should
> do just that.. odd. Have you played with teh -s option?

No, but specifying -B4589840 in the line works. I have no Idea why it won't 
autodetect. Anyway, thanks for the help. This is a client's machine running 
6-STABLE, and I was hoping it wouldn't turn into a retirement project this 
weekend, which it didn't. If anyone wants to track this down, I'm in 
(relatively) close proximity to the box, and I'll be more than happy to do 
some further testing later in the week.

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgpnvMgCJ4pcb.pgp
Description: PGP signature


Re: Dump to DVD

2006-09-03 Thread Martin Hepworth

Hi

Well I know this is a bit OT, but amanda can do spit 'dump's over multilple
tapes/dvds/whatever.

That way you also have an index of what's on what media etc.

--
Martin

On 9/4/06, Beech Rintoul <[EMAIL PROTECTED]> wrote:


Can someone give me a bit of help? I'm trying to dump /user to multiple
DVD's
and keep getting a write error when the DVD runs out of space. I need an
example of the proper command. I think I need to add file size to the
command, but I'm not quite sure how to do it. I don't normally use DVD's
so
this is a bit new to  me.

TIA

Beech
--


---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com

---















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


Re: Dump to DVD

2006-09-03 Thread stan
On Sun, Sep 03, 2006 at 05:17:58PM -0800, Beech Rintoul wrote:
> On Sunday 03 September 2006 15:27, stan wrote:
> > On Sun, Sep 03, 2006 at 03:10:45PM -0800, Beech Rintoul wrote:
> > > Can someone give me a bit of help? I'm trying to dump /user to multiple
> > > DVD's and keep getting a write error when the DVD runs out of space. I
> > > need an example of the proper command. I think I need to add file size to
> > > the command, but I'm not quite sure how to do it. I don't normally use
> > > DVD's so this is a bit new to  me.
> >
> > What command are you using? tar? dump? .
> 
> Dump dump -0au -L -f /dev/acd0 /usr
> 
> It used to just prompt me to feed in another DVD. Now it errors out when the 
> DVD is full.
> 

Hmm, the man page says that the -a option (which you are using), should
do just that.. odd. Have you played with teh -s option?


-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Dump to DVD

2006-09-03 Thread Beech Rintoul
On Sunday 03 September 2006 15:27, stan wrote:
> On Sun, Sep 03, 2006 at 03:10:45PM -0800, Beech Rintoul wrote:
> > Can someone give me a bit of help? I'm trying to dump /user to multiple
> > DVD's and keep getting a write error when the DVD runs out of space. I
> > need an example of the proper command. I think I need to add file size to
> > the command, but I'm not quite sure how to do it. I don't normally use
> > DVD's so this is a bit new to  me.
>
> What command are you using? tar? dump? .

Dump dump -0au -L -f /dev/acd0 /usr

It used to just prompt me to feed in another DVD. Now it errors out when the 
DVD is full.

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgpj7rqQI9X4j.pgp
Description: PGP signature


Re: Dump to DVD

2006-09-03 Thread stan
On Sun, Sep 03, 2006 at 03:10:45PM -0800, Beech Rintoul wrote:
> Can someone give me a bit of help? I'm trying to dump /user to multiple DVD's 
> and keep getting a write error when the DVD runs out of space. I need an 
> example of the proper command. I think I need to add file size to the 
> command, but I'm not quite sure how to do it. I don't normally use DVD's so 
> this is a bit new to  me.
> 
What command are you using? tar? dump? .


-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Dump to DVD

2006-09-03 Thread Beech Rintoul
Can someone give me a bit of help? I'm trying to dump /user to multiple DVD's 
and keep getting a write error when the DVD runs out of space. I need an 
example of the proper command. I think I need to add file size to the 
command, but I'm not quite sure how to do it. I don't normally use DVD's so 
this is a bit new to  me.

TIA

Beech
-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgpIa6Xp4Qn0r.pgp
Description: PGP signature


Re: Dump to DVD problem.

2006-03-25 Thread David Scheidt
On Sat, Mar 25, 2006 at 12:25:32PM -0900, Beech Rintoul wrote:
> 
> On Saturday 25 March 2006 12:00, Scott Ballantyne wrote:
> > I am trying to use dump/restore to backup my filesystems to DVD.  I am
> > using a DVD+RW, format it with dvd+rw-format -force /dev/cd0, and then do:
> >
> > dump -0 -b 32 -B 4590208 -f /dev/cd0 /
> >
> > to backup the root filesystem. I do this after going to single user
> > mode.
> >
> > It seems that dump is perhaps not properly closing the file? The DVD
> > drive light remains on, and I get errors from restore:
> >
> > tape read error: Unknown error: 0
> >
> > dvd+rw-mediainfo /dev/cd0 is more informative:
> >
> > /dev/cd0: unable to open: Device busy
> >
> > I *can* dump to a file on a filesystem, and use growisofs to write
> > this dump file to the DVD. No problems mounting and reading the
> > resulting dump file. Unfortunately, I do not have enough free disk
> > space to do this with my larger file systems.
> >
> > This is with 5.3-RELEASE.
> 
> Try:
> 
> dump -0au -L -f  /dev/cd0 /
> 

dump -0 -unL -C16 -B4589840 -P 'growisofs -speed=4 -Z \
/dev/cd1=/dev/fd/0' filesystem

is what I use to dump to DVD+R and +RW.  Change the speed to match
your drive and media, and the dump level to match what you want to do.  

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


Re: Dump to DVD problem.

2006-03-25 Thread Beech Rintoul
On Saturday 25 March 2006 12:00, Scott Ballantyne wrote:
> I am trying to use dump/restore to backup my filesystems to DVD.  I am
> using a DVD+RW, format it with dvd+rw-format -force /dev/cd0, and then do:
>
> dump -0 -b 32 -B 4590208 -f /dev/cd0 /
>
> to backup the root filesystem. I do this after going to single user
> mode.
>
> It seems that dump is perhaps not properly closing the file? The DVD
> drive light remains on, and I get errors from restore:
>
> tape read error: Unknown error: 0
>
> dvd+rw-mediainfo /dev/cd0 is more informative:
>
> /dev/cd0: unable to open: Device busy
>
> I *can* dump to a file on a filesystem, and use growisofs to write
> this dump file to the DVD. No problems mounting and reading the
> resulting dump file. Unfortunately, I do not have enough free disk
> space to do this with my larger file systems.
>
> This is with 5.3-RELEASE.

Try:

dump -0au -L -f  /dev/cd0 /

I also had problems when I specified the size. 

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgpxC6ztB84Do.pgp
Description: PGP signature


Dump to DVD problem.

2006-03-25 Thread Scott Ballantyne
I am trying to use dump/restore to backup my filesystems to DVD.  I am
using a DVD+RW, format it with dvd+rw-format -force /dev/cd0, and then do:

dump -0 -b 32 -B 4590208 -f /dev/cd0 /

to backup the root filesystem. I do this after going to single user
mode.

It seems that dump is perhaps not properly closing the file? The DVD
drive light remains on, and I get errors from restore:

tape read error: Unknown error: 0

dvd+rw-mediainfo /dev/cd0 is more informative:

/dev/cd0: unable to open: Device busy

I *can* dump to a file on a filesystem, and use growisofs to write
this dump file to the DVD. No problems mounting and reading the
resulting dump file. Unfortunately, I do not have enough free disk
space to do this with my larger file systems.

This is with 5.3-RELEASE.

Thanks in advance for any suggestions.

sdb
-- 
[EMAIL PROTECTED]




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