We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e098763 commit 18af1d4Copy full SHA for 18af1d4
README.md
@@ -39,7 +39,7 @@ The following settings are required to run pg2s3:
39
| `s3_secret_access_key` | S3-compatible storage secret access key |
40
| `s3_bucket_name` | S3-compatible storage bucket name |
41
| `backup_prefix` | Prefix attached to the name of each backup |
42
-| `backup_retention` | Number of backups to retain after pruning |
+| `backup_retention` | Number of backups to retain after pruning (0 to disable) |
43
44
## Encryption
45
Backups managed by pg2s3 can be optionally encrypted using [age](https://github.com/FiloSottile/age).
0 commit comments