1 03/01/84  pdt_copy
 2 
 3 Syntax:  pdt_copy sat_dir pdt_dir admin_dir
 4 
 5 
 6 Function:  is used by the crank, in master.ec, to copy the system
 7 copies of the SAT and all the PDTs into an administrative directory.
 8 These copies serve both as a backup of the system copies, and as a
 9 summary of the (continually changing) usage figures, from which
10 accounting programs can compute month-to-date charges.
11 
12 
13 Arguments:
14 sat_dir
15    is the directory containing the system copy of the SAT (normally
16    >sc1).
17 pdt_dir
18    is the directory containing the system copies of the PDTs (normally
19    >sc1>pdt).
20 admin_dir
21    is the administrative directory into which the SAT and PDTs should
22    be copied (normally >udd>SysAdmin>admin>safe_pdts).
23 
24 
25 Notes:  This command attempts to copy the PDT of every active project
26 in the SAT.  If unable to copy a particular PDT, it prints an error
27 message and continues.