MCPcopy Create free account
hub / github.com/wal-e/wal-e / basebackup_directory

Method basebackup_directory

wal_e/storage/base.py:270–275  ·  view source on GitHub ↗
(self, backup_info)

Source from the content-addressed store, hash-verified

268 return self._api_path_prefix + 'basebackups_' + self.VERSION + '/'
269
270 def basebackup_directory(self, backup_info):
271 self._error_on_unexpected_version()
272 return (self.basebackups() +
273 'base_{0}_{1}/'.format(
274 backup_info.wal_segment_backup_start,
275 backup_info.wal_segment_offset_backup_start))
276
277 def basebackup_sentinel(self, backup_info):
278 self._error_on_unexpected_version()

Callers 2

basebackup_sentinelMethod · 0.95

Calls 3

basebackupsMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected