Module rdedup_lib::config
[−]
[src]
Repository config and metadata
Structs
| Curve25519 |
Configuration of repository encryption |
| Repo |
Rdedup repository configuration |
Enums
| ChunkingAlgorithm |
|
| Encryption |
Types of supported encryption |
Constants
| CONFIG_YML_FILE | |
| DATA_SUBDIR | |
| INDEX_SUBDIR | |
| LOCK_FILE | |
| NAME_SUBDIR | |
| PUBKEY_FILE | |
| REPO_VERSION_CURRENT | |
| REPO_VERSION_LOWEST | |
| SECKEY_FILE | |
| VERSION_FILE |
Functions
| config_yml_file_path | |
| lock_file_path | |
| pub_key_file_path | |
| sec_key_file_path | |
| version_file_path | |
| write_config_v0 | |
| write_config_v1 | |
| write_seckey_file | |
| write_version_file |