1 06/17/82 backup_cleanup, bc
2
3 Syntax: bc starnames -control_args
4
5
6 Function: deletes and optionally dprints backup maps and error files.
7 Copies error files into >udd>SysDaemon>error_file. This command is
8 useful when a backup run has been interrupted.
9
10
11 Arguments:
12 starnames
13 specify the pathnames of particular maps and error files to be
14 processed. Given the starname PATH, all segments matching PATH.map
15 and PATH.ef are dprinted and deleted. If no starnames are
16 specified, all segments in the working directory matching *.*.map
17 or *.*.*.ef are processed.
18
19
20 Control arguments:
21 -dprint, -dp
22 causes maps to be dprinted to "SysDaemon/OLD MAP" and error files to
23 be dprinted to "SysDaemon/OLD ERROR FILE". This is the default.
24 -no_dprint, -ndp
25 suppresses dprints and causes the segments processed to be deleted.
26 -queue N, -q N
27 specifies queue number N for dprints. The default is queue 1.
28
29
30 Notes: Control arguments to backup_cleanup, unlike control arguments
31 to other backup commands, affect only the command invocation and do
32 not set static switches that affect later backup command invocations.
33
34
35 Example:
36
37 bc >udd>Carry>reload.**
38
39 causes all segments in >udd>Carry whose names match reload.**.map or
40 reload.**.ef to be dprinted and deleted.