Documentation
¶
Overview ¶
Package utils contains a set of utility functions that are related to supporting Barman cloud
Index ¶
Constants ¶
View Source
const ( // BarmanCloudBackup is the command name for 'barman-cloud-backup' BarmanCloudBackup = "barman-cloud-backup" // BarmanCloudBackupShow is the command name for 'barman-cloud-backup-show' BarmanCloudBackupShow = BarmanCloudBackup + "-show" // BarmanCloudRestore is the command name for 'barman-cloud-backup' BarmanCloudRestore = "barman-cloud-restore" // BarmanCloudBackupDelete is the command name for 'barman-cloud-backup-delete' BarmanCloudBackupDelete = BarmanCloudBackup + "-delete" // BarmanCloudBackupList is the command name for 'barman-cloud-backup-delete' BarmanCloudBackupList = BarmanCloudBackup + "-list" // BarmanCloudWalArchive is the command name for 'barman-cloud-wal-archive' BarmanCloudWalArchive = "barman-cloud-wal-archive" // BarmanCloudWalRestore is the command name for 'barman-cloud-wal-archive' BarmanCloudWalRestore = "barman-cloud-wal-restore" // BarmanCloudCheckWalArchive is the command name for 'barman-cloud-check-wal-archive' BarmanCloudCheckWalArchive = "barman-cloud-check-wal-archive" )
Variables ¶
This section is empty.
Functions ¶
func MapToBarmanTagsFormat ¶
MapToBarmanTagsFormat will transform a map[string]string into the Barman tags format needed
func ParsePolicy ¶
ParsePolicy ensure that the policy string follows the rules required by Barman
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.