Hello,
The manual says I have to tell cdbkup the cd-r device
with the option "-d 0,0,0". But it seems it me that
cdbkup expects the device in a form like /dev/sg0
because if i don't tell it a device like this it just
show me the options it demands. But it doesn't work
even if I tell it the device like
cdbkup -l Test /dev/sg0 /home,
it says it can't access that device. But cdrecord works
if i use dev=0,0,0. What device should I use?
Thanks a lot,
Benedikt Panzer
Logged In: YES
user_id=408183
First, you shoud use "cdbkup 0 -l Test /dev/sg0 /home"
(you've missed backup level). Next, the cdbkup don't handle,
what device you've specified - it just passes it "as is" to
cdrecord(1).
Thus, try out "cdbkup 0 -l Test 0,0,0 /home" - it shoud works.