Skip to main content
Ctrl+K

Barman 3.13.0 documentation

  • User guide
  • Contributor guide
  • Release notes
  • FAQ
  • License
  • GitHub
  • PyPI
  • User guide
  • Contributor guide
  • Release notes
  • FAQ
  • License
  • GitHub
  • PyPI

Section Navigation

  • Setting up a development installation
  • Writing code
  • Writing and running tests
  • Writing and building documentation
  • Opening a PR
  • Barman API docs
    • barman package
      • barman.clients package
        • barman.clients.cloud_backup module
        • barman.clients.cloud_backup_delete module
        • barman.clients.cloud_backup_keep module
        • barman.clients.cloud_backup_list module
        • barman.clients.cloud_backup_show module
        • barman.clients.cloud_check_wal_archive module
        • barman.clients.cloud_cli module
        • barman.clients.cloud_compression module
        • barman.clients.cloud_restore module
        • barman.clients.cloud_walarchive module
        • barman.clients.cloud_walrestore module
        • barman.clients.walarchive module
        • barman.clients.walrestore module
      • barman.cloud_providers package
        • barman.cloud_providers.aws_s3 module
        • barman.cloud_providers.azure_blob_storage module
        • barman.cloud_providers.google_cloud_storage module
      • barman.storage package
        • barman.storage.file_manager module
        • barman.storage.file_stats module
        • barman.storage.local_file_manager module
      • barman.annotations module
      • barman.backup module
      • barman.backup_executor module
      • barman.backup_manifest module
      • barman.cli module
      • barman.cloud module
      • barman.command_wrappers module
      • barman.compression module
      • barman.config module
      • barman.copy_controller module
      • barman.diagnose module
      • barman.exceptions module
      • barman.fs module
      • barman.hooks module
      • barman.infofile module
      • barman.lockfile module
      • barman.output module
      • barman.postgres module
      • barman.postgres_plumbing module
      • barman.process module
      • barman.recovery_executor module
      • barman.remote_status module
      • barman.retention_policies module
      • barman.server module
      • barman.utils module
      • barman.version module
      • barman.wal_archiver module
      • barman.xlog module
  • Contributing to Barman
  • barman
  • barman package
  • barman.storage package

barman.storage package#

Submodules#

  • barman.storage.file_manager module
    • FileManager
      • FileManager._abc_impl
      • FileManager.file_exist()
      • FileManager.get_file_content()
      • FileManager.get_file_list()
      • FileManager.get_file_stats()
      • FileManager.save_content_to_file()
  • barman.storage.file_stats module
    • FileStats
      • FileStats.__init__()
      • FileStats.get_last_modified()
      • FileStats.get_size()
  • barman.storage.local_file_manager module
    • LocalFileManager
      • LocalFileManager._abc_impl
      • LocalFileManager.file_exist()
      • LocalFileManager.get_file_content()
      • LocalFileManager.get_file_list()
      • LocalFileManager.get_file_stats()
      • LocalFileManager.save_content_to_file()

Module contents#

previous

barman.cloud_providers.google_cloud_storage module

next

barman.storage.file_manager module

On this page
  • Submodules
  • Module contents
Edit on GitHub

This Page

  • Show Source