# storagePath

Specify a directory where all temporary files that are generated during the capturing phase and the final yc-*.zip file will be stored in this location. If this property isn't specified, then files will be stored in the current working directory in which the yc-360 script is executed. If there isn't sufficient space in the current working directory, then files will be stored in the 'tmp' directory.

Type: string

Default: Current working directory

Example (YAML):

options:
  storagePath: /mnt/ycrash-storage
1
2

Example (CLI):

./yc -storagePath "/mnt/ycrash-storage"
1