LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   mkisofs -no-bak error message? (https://www.linuxquestions.org/questions/slackware-14/mkisofs-no-bak-error-message-636401/)

andrew.46 04-19-2008 05:22 AM

mkisofs -no-bak error message?
 
I am working on a script to intermittently backup a few directories to DVD. The growisifs / mkisofs command at the moment is:

Code:

growisofs -dvd-compat -speed=1 -Z /dev/dvd \
            -r -J -l -V Backup_`date +"%d_%B_%Y"` \
            -allow-multidot -allow-leading-dots \
            -x /etc/mtab -hide-rr-moved -no-bak \
            -graft-points "home/=/home/andrew" "etc/=/etc" \
            "crontabs/=/var/spool/cron/crontabs"

All of which works well enough except the -no-bak option which I have been unable to use. The error message is:

Code:

Bad Option '-no-bak' (error -1 BADFLAG).
Usage: mkisofs [options] [-find] file... [find expression]

Use mkisofs -help
to get a list all of valid options.

Use mkisofs -find -help
to get a list of all valid -find options.

But following up these directions yielded no information that I could see as useful.

I am using Slackware 12 + the mkisofs that came with it:

Code:

andrew@ilium~$ mkisofs --version
mkisofs 2.01.01a23 (i686-pc-linux-gnu)

Thanks for anyone who can steer me in the right direction.

Andrew

gnashley 04-19-2008 06:00 AM

Does '-nobak' work?

andrew.46 04-19-2008 06:24 AM

I tried this before, as the man page seems to use both:

Quote:

Originally Posted by gnashley (Post 3126067)
Does '-nobak' work?


But just to be sure I tried again and:

Code:

Bad Option '-nobak' (error -1 BADFLAG).
Usage: mkisofs [options] [-find] file... [find expression]

Can you duplicate this error or is it just me?

Andrew

andrew.46 04-22-2008 06:29 PM

Just for the record I posted this query on the cdrecord support mailing list with the following answer:

Quote:

It seems that this option was removed by mistake with 2.01.01a22,
thank you for the information.

Jörg
Have to wait for the next version or downgrade.

Andrew


All times are GMT -5. The time now is 05:32 PM.