20130818T181557
Backup start at xlog location: 0/35000020 (000000010000000000000035, 00000020)
Copying files.
Copy done.
Asking PostgreSQL server to finalize the backup.
Backup end at xlog location: 0/350000A0 (000000010000000000000035, 000000A0)
Backup completed
The result seem ok i guess.
And the output of the "barman show-server":
barman@uServer:~$ barman show-server main
Server main:
active: true
description: Main PostgreSQL Database
ssh_command: ssh
post...@192.168.56.23 conninfo: host=192.168.56.23 user=postgres
backup_directory: /srv/barman/main
basebackups_directory: /srv/barman/main/base
wals_directory: /srv/barman/main/wals
incoming_wals_directory: /srv/barman/main/incoming
lock_file: /srv/barman/main/main.lock
compression: None
custom_compression_filter: None
custom_decompression_filter: None
retention_policy_mode: auto
retention_policy: None
wal_retention_policy: main
pre_backup_script: None
post_backup_script: None
minimum_redundancy: 0
bandwidth_limit: None
tablespace_bandwidth_limit: None
current_xlog: 000000010000000000000036
last_shipped_wal: 000000010000000000000035
archive_command: rsync -a %p bar...@192.168.56.24:/srv/barman/main/incoming/%f
server_txt_version: 9.1.9
data_directory: /var/lib/postgresql/9.1/main
archive_mode: on
config_file: /etc/postgresql/9.1/main/postgresql.conf
hba_file: /etc/postgresql/9.1/main/pg_hba.conf
ident_file: /etc/postgresql/9.1/main/pg_ident.conf
Hopefully this may help you understand my problem.
Thank you.