Struct rzbackup::ZBackupRepositoryConfig [] [src]

pub struct ZBackupRepositoryConfig {
    pub max_uncompressed_memory_cache_entries: usize,
    pub max_compressed_memory_cache_entries: usize,
    pub max_compressed_filesystem_cache_entries: usize,
    pub max_threads: usize,
    pub filesystem_cache_path: String,
    pub work_jobs_total: usize,
    pub work_jobs_batch: usize,
}

This controls the configuration of a repository, and is passed to the open constructor.

Fields

Trait Implementations

impl Clone for RepositoryConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more