2 releases

0.40.0 Jan 13, 2023

#995 in Filesystem

26 downloads per month
Used in wildland-cargo-lib

GPL-3.0-only

47KB
772 lines

Local Filesystem Backend

Exemplary, not intended for production use backend driver for Wildland DFS. It uses a local filesystem directory as a Storage.

Created for testing purposes on Linux and apple machines - not tested for other platforms.

Example template

name: `Example template`
uuid: `00000000-0000-0000-0000-0000000000001`
backend_type: LFS
template:
    local_dir: `/home/user/storage/`
    container_prefix: `{{ CONTAINER_NAME }}`

container_prefix specifies a directory inside a storage location (local_dir param).

Dependencies

~16MB
~317K SLoC