We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This storage store item directly to on the disk using filesystem.
IB_STORAGE_disk_TYPE="fs" IB_STORAGE_disk_BASEPATH="/backup" # No trailing slash
BASEPATH ├── task1 │ ├── date1 │ │ ├── item1 │ │ └── item2 │ └── date2 │ ├── item1 │ └── item2 └── task2 ├── date1 │ ├── item1 │ └── item2 └── date2 ├── item1 └── item2