Versions in this module Expand all Collapse all v1 v1.1.4 Jan 1, 2018 Changes in this version + const BackupDescriptorCheckpointName + const BackupDescriptorName + const BackupFormatInitialVersion + var BackupCheckpointInterval = time.Minute + var BackupImplicitSQLDescriptors = []sqlbase.Descriptor + var ErrIntOverflowBackup = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthBackup = fmt.Errorf("proto: negative length found during unmarshaling") + func LoadCSV(ctx context.Context, table string, dataFiles []string, dest string, ...) (csvCount, kvCount, sstCount int64, err error) + func ValidatePreviousBackups(ctx context.Context, uris []string, spans []roachpb.Span) (hlc.Timestamp, error) + type BackupDescriptor struct + BuildInfo cockroach_build.Info + ClusterID github_com_cockroachdb_cockroach_pkg_util_uuid.UUID + Descriptors []cockroach_sql_sqlbase1.Descriptor + Dir cockroach_roachpb3.ExportStorage + EndTime cockroach_util_hlc.Timestamp + EntryCounts cockroach_roachpb3.BulkOpSummary + Files []BackupDescriptor_File + FormatVersion uint32 + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + Spans []cockroach_roachpb1.Span + StartTime cockroach_util_hlc.Timestamp + func Load(ctx context.Context, db *gosql.DB, r io.Reader, database, uri string, ...) (BackupDescriptor, error) + func (*BackupDescriptor) Descriptor() ([]byte, []int) + func (*BackupDescriptor) ProtoMessage() + func (m *BackupDescriptor) Marshal() (dAtA []byte, err error) + func (m *BackupDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *BackupDescriptor) Reset() + func (m *BackupDescriptor) Size() (n int) + func (m *BackupDescriptor) String() string + func (m *BackupDescriptor) Unmarshal(dAtA []byte) error + type BackupDescriptor_File struct + EntryCounts cockroach_roachpb3.BulkOpSummary + Path string + Sha512 []byte + Span cockroach_roachpb1.Span + func (*BackupDescriptor_File) Descriptor() ([]byte, []int) + func (*BackupDescriptor_File) ProtoMessage() + func (m *BackupDescriptor_File) Marshal() (dAtA []byte, err error) + func (m *BackupDescriptor_File) MarshalTo(dAtA []byte) (int, error) + func (m *BackupDescriptor_File) Reset() + func (m *BackupDescriptor_File) Size() (n int) + func (m *BackupDescriptor_File) String() string + func (m *BackupDescriptor_File) Unmarshal(dAtA []byte) error