Module sync

Module sync 

Source
Expand description

Synchronization functionality for lc configurations

Re-exports§

pub use sync::decrypt_files;
pub use sync::encrypt_files;
pub use sync::handle_sync_from;
pub use sync::handle_sync_providers;
pub use sync::handle_sync_to;
pub use sync::ConfigFile;
pub use config::handle_sync_configure;
pub use encryption::decode_base64;
pub use encryption::decrypt_data;
pub use encryption::derive_key_from_password;
pub use encryption::encode_base64;
pub use encryption::encrypt_data;

Modules§

config
Sync configuration management for storing cloud provider settings
encryption
AES256-GCM encryption/decryption functionality for configuration files
providers
Cloud provider implementations for configuration synchronization
s3
S3 synchronization module (requires s3-sync feature)
sync
Sync command handlers for configuration synchronization