mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-05 15:53:02 +02:00
Add support for a database backup label instead of host:port (#1116)
This commit is contained in:
@@ -72,8 +72,10 @@ Here's a more involved example that connects to remote databases:
|
||||
```yaml
|
||||
postgresql_databases:
|
||||
- name: users
|
||||
label: database_server1
|
||||
hostname: database1.example.org
|
||||
- name: orders
|
||||
label: database_server2
|
||||
hostname: database2.example.org
|
||||
port: 5433
|
||||
username: postgres
|
||||
|
||||
Reference in New Issue
Block a user