Copying off a jukebox


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Copying off a jukebox
# 1  
Old 07-05-2010
Question Copying off a jukebox

Howdy, I've got an old alphaserver ds20e (running what i believe to be Tru64 UNIX 4.0F) that i'm trying to hook up to an optical jukebox, i don't know the brand of the juke box so i'm hoping that that doesn't matter. anyways the final result i'm hoing for is to be able to remove all the info off the jukebox and put it onto the alphaserver, i've looked into a simple cp or a dupeclone but i haven't been able to test either of these theories yet. If you could sugest a better way i'm all ears, (Unix isn't exactly my fortay)

Thanks in advance for your replies
**Addition**
the juke box is aparently keeping all of its info arranged on a sybase database
and it's encrypted

Last edited by randUSR(); 07-05-2010 at 12:48 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. AIX

IBM 3995 C68 OD jukebox

Hi all our old jukebox always have all slots disable problem, is there any command can enable all the slots in one time. And not enable one by one. thanks (0 Replies)
Discussion started by: lijiajin
0 Replies
Login or Register to Ask a Question
spell(1)						      General Commands Manual							  spell(1)

NAME
spell, spellin, spellout - Finds spelling errors SYNOPSIS
spell [-b] [-i | -l] [-v | -x] [-d hash_list] [-s hash_stop] [-h history_list] [+word_list] [file...] spellin [list] [number] spellout [-d] list The spell command reads words in file and compares them to those in a spelling list. Default files contain English words only, but you can supply your own list of words in other languages. STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: spell: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
[Tru64 UNIX] The following options are for the spell command only. Checks for correct British spelling. Besides preferring centre, colour, programme, speciality, travelled, and so on, this option causes spell to insist upon the use of the infix -ise in words like stan- dardise. [Tru64 UNIX] Specifies hash_list as the alternate spelling list. The default is /usr/lbin/spell/hlist[ab]. [Tru64 UNIX] Speci- fies history_list as the alternate history list that is used to accumulate all output. The default is /usr/lbin/spell/spellhist. [Tru64 UNIX] Suppresses processing of included files through the and troff macros. If the -i and -l options are both specified, the last one of the two options entered on the command line takes effect. [Tru64 UNIX] Follows the chain of all included files (.so and spell(1)