Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { SourceDir string ArchiveDir string FilePath string // optional, process only this file if set DirectoryPath string // optional, override SourceDir if set and FilePath is empty MtimeDays int ZstdLevel int ZstdUltra bool ZstdLong bool ZstdWorkers int Logger *slog.Logger Since *time.Time Until *time.Time MaxArchives int Reverse bool DiskUsage bool }
Config holds the configuration for the archive operation.
Click to show internal directories.
Click to hide internal directories.