You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ This key is intentionally absent from pg2s3's configuration in order to require
51
51
52
52
## Usage
53
53
The pg2s3 command-line tool offers three mutually-exclusive actions:
54
-
*`pg2s3 -backup` - Create a new backup and upload to S3
55
-
*`pg2s3 -restore` - Download the latest backup from S3 and restore
56
-
*`pg2s3 -prune` - Prune old backups from S3
54
+
*`pg2s3 backup` - Create a new backup and upload to S3
55
+
*`pg2s3 restore` - Download the latest backup from S3 and restore
56
+
*`pg2s3 prune` - Prune old backups from S3
57
57
58
58
If none of these are provided, pg2s3 will attempt to run in scheduled mode: sleeping until `backup.schedule` arrives and then performing a backup + prune.
0 commit comments