Name
pack_volume — pack files into a volume
Synopsis
pack_volume [OPTION...] volume file...
Description
Pack given files into volume volume.
The following options are recognized:
-c
Use compact volume file format. Currently format of existing volumes is
not recognized automatically. Note that Massiv archives are stored in
compact volume format.
-e
Erase source files after being packed.
-f
Format (clear) the volume first. This option must be used when creating
a new volume file.
-h, -?
Show help.
-m mask
Wildcard mask used to filter files when recursion is used.
-n name
Internal name of the archive. Used only when a new archive is created.
-p path
Destination path in the volume.
-r
Pack directories recursively.
-R
Pack directories recursively, do not use mask specified by the
-m option to match subdirectory names.
Example
Pack all *.png files from directory
images to a new compact volume
volume.image called IMAGES:
pack_volume -f -c -n IMAGES -m '*.png' -R volume.image images