MCPcopy
hub / github.com/wal-g/wal-g / GetTarPartitionFolder

Method GetTarPartitionFolder

internal/backup.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (backup *Backup) GetTarPartitionFolder() storage.Folder {
81 return backup.Folder.GetSubFolder(backup.Name + TarPartitionFolderName)
82}
83
84// SentinelExists checks that the sentinel file of the specified backup exists.
85func (backup *Backup) SentinelExists() (bool, error) {

Callers 2

GetTarNamesMethod · 0.95
GetMethod · 0.80

Calls 1

GetSubFolderMethod · 0.65

Tested by

no test coverage detected