Versions in this module Expand all Collapse all v1 v1.1.1 Jul 15, 2026 Changes in this version type BackupReport + URN string + URNID string type Configuration + URN string + URNID uuid.UUID type RestoreReport + Errors uint64 v1.1.0 Jul 8, 2026 Changes in this version + const MaxNetworkSamples + const MaxResourceSamples + func Main(args []string) int + type BackupContent struct + Devices uint64 + Directories uint64 + Files uint64 + Pipes uint64 + Sockets uint64 + Symlinks uint64 + type BackupReport struct + Category string + Content BackupContent + DataClasses []string + Dataset string + Environment string + Errors int + Items int + LogicalSize uint64 + Name string + Origin string + Root string + Size int + SnapshotCreationTime time.Time + SnapshotID []byte + Store StoreIO + Tags []string + Took time.Duration + type CheckReport struct + SnapshotID []byte + Store StoreIO + Took time.Duration + type ChecksReport struct + Checks []CheckReport + Errors uint64 + LogicalSize uint64 + Took time.Duration + type Configuration struct + DataClasses []string + Environment string + Fields []ConfigurationField + Id string + Integration Integration + Name string + Revision int + Type string + type ConfigurationField struct + Key string + Provider *Configuration + Val string + type ExecPayload struct + Op string + Source *Configuration + Target *Configuration + TaskConfig map[string]string + type ExecReply struct + Message string + Report json.RawMessage + State json.RawMessage + Type ReplyType + type IODir struct + Overall float64 + OverallWall float64 + TotalBytes int64 + type IOScope struct + Read IODir + Write IODir + type Integration struct + Id string + Name string + Version string + type NetworkSample struct + At int64 + ReadBytesPerSec float64 + WriteBytesPerSec float64 + type ReplyType string + const ReplyError + const ReplyFailure + const ReplyInfo + const ReplyReport + const ReplyState + const ReplySuccess + const ReplyWarning + type Report struct + Backup *BackupReport + Check *ChecksReport + Restore *RestoreReport + Sync *SyncsReport + Type string + type ResourceSample struct + At int64 + CPUPercent float64 + MemoryBytes uint64 + type RestoreReport struct + Content BackupContent + LogicalSize uint64 + SnapshotID []byte + Store StoreIO + Took time.Duration + type State struct + Chunks StateCounter + Dirs StateCounter + Files StateCounter + IO map[string]IOScope + Network []NetworkSample + NumCPU int + Objects StateCounter + Paths StateCounter + Phase string + Processed struct{ ... } + Resources []ResourceSample + Result struct{ ... } + SnapshotID string + Summary struct{ ... } + Symlinks StateCounter + Xattrs StateCounter + type StateCounter struct + Cached uint64 + CachedSize uint64 + Error uint64 + Ok uint64 + Size uint64 + Total uint64 + type StoreIO struct + BytesRead int64 + BytesWritten int64 + type SyncIO struct + Origin StoreIO + Target StoreIO + type SyncReport struct + Category string + Content BackupContent + DataClasses []string + Dataset string + Environment string + Items int + LogicalSize uint64 + Name string + Origin StoreIO + Root string + Size int + SnapshotCreationTime time.Time + SnapshotID []byte + SourceOrigin string + Tags []string + Target StoreIO + Took time.Duration + type SyncsReport struct + Errors uint64 + LogicalSize uint64 + Syncs []SyncReport + Took time.Duration