[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

3164.0. "Help creating a ZOO Archive" by HPSCAD::GATULIS (Frank Gatulis 297-6770) Wed Nov 29 1989 11:58

    Can someone help me with the correct syntax here.
    
    I want to build an archive (on the AMiga) with ZOO that clones all the
    directory structures (for example: is there a simple command line that
    would ZOO an entire fred-fish disk)? 
    
    I know how to DE-ZOO ok but when it came to creating a new archive
    with directory structures involved, I struck out.
    
    Thanks,
    Frank
    
T.RTitleUserPersonal
Name
DateLines
3164.1This helpsFRAIS2::ZIMMERMANNNCP> DEF MOD WORK DEST NL:Thu Nov 30 1989 09:1327
;
; This script will zoo all files in current dir and below to (archive).
;
cd SYS:                 ; if you want ALL the files on your disk
;
sys:utilities/fnams > ralf:fnams.dh0 DH0:
sort ralf:fnams.dh0 ralf:fnams.srt
;
; zoo < ralf:fnams.srt aI TEST:ralf-dh0.zoo             ; DO IT ???
;
; end

notes:

fnams is a utility available on the net, mail me if you can't find it.
this procedure works in the following way:
        starting fnams with output-redirection to a file
        (here RALF:fnams.DH0) from the device DH0:

        sort this file in alpha order (looks better ;-)

        zoo (from input-file "aI" [to] archive-name

it works fine,

Ralf
====