Sha256: 0840938b97c506a313b047cd02d8750a5e9d338a180ecc11c0649ee50aaf48a5

Contents?: true

Size: 999 Bytes

Versions: 4

Compression:

Stored size: 999 Bytes

Contents

# Storage locations below use relative paths. When validating and using 
# the configuration file, paths for the storage locations will be evaluated 
# relative to the location of the configuration file. In this example tutorial, 
# the storage locations are directories ('files-dir' and 'replica-files')
# located at the same level as the config file, within the ll-example 
# directory.

locations:
    data-directory:
      path: files-dir
      metadata_path: metadata-dir
    backup-directory:
      path: replica-files
      metadata_path: replica-metadata
services:
  example_replication:
    work_script: 'rsync_replication_service'
    to:
      - backup-directory
  example_fixity:
    work_script: 'fixity_check_service'
    frequency: 30 seconds
    absent_digest: generate
    algorithms:
      - sha1
service_mappings:
  - locations: data-directory
    services:
      - example_replication
      - example_fixity
  - locations: backup-directory
    services:
        - example_fixity

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
longleaf-1.1.1 docs/ll-example/config-example-relative.yml
longleaf-1.1.0 docs/ll-example/config-example-relative.yml
longleaf-1.0.0 docs/ll-example/config-example-relative.yml
longleaf-0.3.0 docs/ll-example/config-example-relative.yml