Create a file which contains a list of the directories to back up.
The default naming convention is NAMEYYMMDD where NAME
is a personal identifier and YY MM and DD are the year, month and day.
For example I might name a tape LURIO000306 for a tape made on March 6,
2000. A second tape made on the same day might be called LURIO000306b.
The flag "-C" can be used to change to a certain directory before the
backup. A typical file would look like:
-C /opal1
opalchilddir/dir1
opalchilddir/dir2
-C /ruby1
rubychilddir/dir3
rubychilddir/dir4
Blank lines in the files will be ignored. (NEW!)