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

Method basebackups

wal_e/storage/base.py:267–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 'operator is not implemented')
266
267 def basebackups(self):
268 return self._api_path_prefix + 'basebackups_' + self.VERSION + '/'
269
270 def basebackup_directory(self, backup_info):
271 self._error_on_unexpected_version()

Callers 5

basebackup_directoryMethod · 0.95
__iter__Method · 0.80
delete_everythingMethod · 0.80
delete_with_retentionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected