1BARMAN-CLOUD-BACKUP-LIST(1) Version 2.12 BARMAN-CLOUD-BACKUP-LIST(1)
2
3
4
6 barman-cloud-backup-list - Restore PostgreSQL WAL files from the Cloud
7 using restore_command
8
10 barman-cloud-backup-list [OPTIONS] SOURCE_URL SERVER_NAME
11
13 This script can be used to list backups previously made with barman-
14 cloud-backup command. Currently only AWS S3 is supported.
15
16 This script and Barman are administration tools for disaster recovery
17 of PostgreSQL servers written in Python and maintained by 2ndQuadrant.
18
20 SOURCE_URL
21 URL of the cloud source, such as a bucket in AWS S3. For exam‐
22 ple: s3://BUCKET_NAME/path/to/folder (where BUCKET_NAME is the
23 bucket you have created in AWS).
24
25 SERVER_NAME
26 the name of the server as configured in Barman.
27
29 -h, –help
30 show a help message and exit
31
32 -V, –version
33 show program’s version number and exit
34
35 -t, –test
36 test connectivity to the cloud destination and exit
37
38 -P, –profile
39 profile name (e.g. INI section in AWS credentials file)
40
41 -e ENCRYPT, –encrypt ENCRYPT
42 enable server-side encryption with the given method for the
43 transfer. Allowed methods: AES256 and aws:kms.
44
45 –endpoint-url
46 override the default S3 URL construction mechanism by specifying
47 an endpoint.
48
50 For Boto:
51
52 · https://boto3.amazonaws.com/v1/documentation/api/latest/guide/config‐
53 uration.html
54
55 For AWS:
56
57 · http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-
58 up.html
59
60 · http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-
61 started.html.
62
64 · boto3
65
67 0 Success
68
69 Not zero
70 Failure
71
73 Barman has been extensively tested, and is currently being used in sev‐
74 eral production environments. However, we cannot exclude the presence
75 of bugs.
76
77 Any bug can be reported via the Github issue tracker.
78
80 · Homepage: <http://www.pgbarman.org/>
81
82 · Documentation: <http://docs.pgbarman.org/>
83
84 · Professional support: <http://www.2ndQuadrant.com/>
85
87 Barman is the property of 2ndQuadrant Limited and its code is distrib‐
88 uted under GNU General Public License v3.
89
90 Copyright (C) 2011-2020 2ndQuadrant Ltd - <http://www.2ndQuad‐
91 rant.com/>.
92
94 2ndQuadrant <http://www.2ndQuadrant.com>.
95
96
97
98Barman User manuals November 5, 2020 BARMAN-CLOUD-BACKUP-LIST(1)