## Sample configuration for the POSIX data mover plugin. ## ## Maximum number of concurrent copies. ## num_threads = 32 ## ## One or more archive definition is required. ## archive "posix-test" { id = 1 # Must be unique to this endpoint root = "/home/jyothi" # The base directory of the archive compression = "off" # Enable data compression with "on" checksums { disabled = false # Generating checksums is enabled by default disable_compare_on_restore = false # Ignore existing checksums during restore } }