Skip to content

Commit a2bdc71

Browse files
committed
Update README to explain how to use rsync backup.
1 parent de74a37 commit a2bdc71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ Role Variables
9696
### Backups ###
9797
9898
- `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`.
99+
this to a directory where your database will be backed up (this can be any
100+
format supported by rsync, e.g. `user@host:/path`). The most recent backup
101+
will be in a subdirectory named `current`.
101102
102103
- `postgresql_backup_rotate`: Boolean, defaults to `true`, which will cause the
103104
`current` directory to be renamed prior to creating a new backup. If set to

0 commit comments

Comments
 (0)