We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de74a37 commit a2bdc71Copy full SHA for a2bdc71
README.md
@@ -96,8 +96,9 @@ Role Variables
96
### Backups ###
97
98
- `postgresql_backup_dir`: If set, enables [PITR][postgresql_pitr] backups. Set
99
- this to a directory where your database will be backed up. The most recent
100
- backup will be in a subdirectory named `current`.
+ this to a directory where your database will be backed up (this can be any
+ format supported by rsync, e.g. `user@host:/path`). The most recent backup
101
+ will be in a subdirectory named `current`.
102
103
- `postgresql_backup_rotate`: Boolean, defaults to `true`, which will cause the
104
`current` directory to be renamed prior to creating a new backup. If set to
0 commit comments