Barman Info
This file defines the environment for the Barman user and log storage.
: Use barman check to verify your text configurations are correct. barman
[barman] ; User that runs Barman barman_user = barman ; Where backup data is stored barman_home = /var/lib/barman ; Directory for individual server config files configuration_files_directory = /etc/barman.d ; Log file location log_file = /var/log/barman/barman.log log_level = INFO ; Default compression for backups compression = gzip Use code with caution. Copied to clipboard This file defines the environment for the Barman
CREATE USER barman WITH SUPERUSER PASSWORD 'your_secure_password'; Use code with caution. Copied to clipboard : barman