package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Constants

BackupManifestName is the file name used for serialized BackupManifest protos.
BackupMetadataName is the file name used for serialized BackupManifest protos written by 23.1 nodes and later.
BackupOldManifestName is an old name for the serialized BackupManifest proto.
DateBasedIncFolderName is the date format used when creating sub-directories storing incremental backups for auto-appendable backups.
DateBasedIntoFolderName is the date format used when creating sub-directories for storing backups in a collection.
DefaultIncrementalsSubdir is the default name of the subdirectory to which incremental backups will be written.
LatestFileName is the name of a file in the collection which contains the path of the most recently taken full backup in the backup collection.
LatestHistoryDirectory is the directory where all 22.1 and beyond LATEST files will be stored as we no longer want to overwrite it.
ListingDelimDataSlash is used when listing to find backups/backup metadata and groups all the data sst files in each backup, which start with "data/", into a single result that can be skipped over quickly.

# Variables

SmallFileBuffer is the size limit used when buffering backup files before merging them.