HELP: Folder as object store TYPE: OBJECT SYNTAX: FOLDER(NET.{},PATH/NAME='str',OVERWRITE,DATBUF=num,MBRBUF=num,DIRBUF=num)
Use folder as object store for archive at write.
The path can be specified in the form of a URL in order to write the archive remotely. The NET overlay is also available for this purpose. The path name can be supplemented here with a number in parenthesis, which is ignored in this case. This means that a new version/generation is always written unless the OVERWRITE switch is set, which forces the archive to be deleted before writing. Another switch can be used to force the flush of the data so that you can be sure that everything has been written. The NOMKDIR switch can be used to prevent the creation of directories for the given path, which would otherwise be done automatically. You can also define the access rights and determine the sizes for internal buffering.
STRING: PATH/NAME='str' - Path of folder to use [required]
SWITCH: OVERWRITE - Overwrite an existing archive [FALSE (append)]
NUMBER: DATBUF=num - Buffer for data segments [4 MiB]
NUMBER: MBRBUF=num - Buffer for member segments [1 MiB]
NUMBER: DIRBUF=num - Buffer for the directory segment [1 - no buffering (segment=object)]