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: docs/commands/rdb.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,6 +335,8 @@ scw rdb backup list [arg=value ...]
335
335
| instance-id || UUID of the Database Instance |
336
336
| project-id || Project ID of the Project the database backups belong to |
337
337
| organization-id || Organization ID of the Organization the database backups belong to |
338
+
| created-before || Only list backups created before this date. Supports absolute RFC3339 timestamps and relative times (see `scw help date`). |
339
+
| created-after || Only list backups created after this date. Supports absolute RFC3339 timestamps and relative times (see `scw help date`). |
338
340
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`, `all`| Region to target. If none is passed will use default region from the config |
0 commit comments