Skip to main content

Module backup

Module backup 

Source
Expand description

Backup domain types for the Torrust Tracker Deployer.

This module contains domain types related to backup configuration:

  • CronSchedule: Validated cron schedule expression
  • RetentionDays: Number of days to retain backups
  • BackupConfig: Complete backup configuration

Re-exports§

pub use crate::domain::topology::traits::DependencyDerivation;

Structs§

BackupConfig
Backup configuration for a deployed tracker instance.
CronSchedule
Validated cron schedule expression (5-field format).
RetentionDays
Number of days to retain backups before deletion.