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/reference/pbm-commands.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -462,12 +462,14 @@ pbm list --profile=minio
462
462
```
463
463
464
464
??? "Output"
465
-
```
465
+
```bash
466
466
Backup snapshots:
467
-
NAME TYPE PROFILE SELECTIVE BASE RESTORE TIME
468
-
2024-10-10T10:00:00Z logical main no no 2024-10-10T10:05:00Z
467
+
NAME TYPE PROFILE SELECTIVE BASE RESTORE
468
+
TIME
469
+
2024-10-10T10:00:00Z logical main no no 2024-10-
470
+
10T10:05:00Z
469
471
2024-10-11T12:00:00Z physical s3-west no no
470
-
2024-10-11T12:01:00Z
472
+
2024-10-11T12:01:00Z
471
473
```
472
474
473
475
For details and naming rules (reserved values and invalid empty profile), see the section [Select a storage with --profile](../features/multi-storage.md#select-a-storage-with---profile).
0 commit comments