github.com/whamcloud/lemur@v0.0.0-20190827193804-4655df8a52af/doc/lhsm-plugin-posix.example (about)

     1  ## Sample configuration for the POSIX data mover plugin.
     2  ##
     3  ## Maximum number of concurrent copies.
     4  ##
     5  # num_threads = 8
     6  
     7  ##
     8  ## One or more archive definition is required.
     9  ##
    10  # archive  "s3-test" {
    11  #    id = 2                     # Must be unique to this endpoint
    12  #    root = "/path/to/archvie"  # The base directory of the archive
    13  #    compression = "off"        # Enable data compression with "on"
    14  #
    15  #    checksums {
    16  #         disabled = false       # Generating checksums is enabled by default
    17  #         disable_compare_on_restore = false # Ignore existing checksums during restore
    18  #    }
    19  # }