Error: no valid backup directory found:

Hi. I’m trying to restore a cluster. When I run this command:

/opt/couchbase/bin/cbrestore  2021-07-09T00_46_13.131449927Z http://couchbase.local:8091 -b app -u user -p password

I get

error: no valid backup directory found: 2021-07-09T00_46_13.131449927Z/app-303b1cec3c20d58f602aa83e4dc307a5

This is contents of the directory specified in the command:

2021-07-09T00_46_13.131449927Z
├── app-303b1cec3c20d58f602aa83e4dc307a5
│   ├── bucket-config.json
│   ├── data
│   │   └── shard_0.fdb
│   ├── full-text.json
│   ├── gsi.json
│   ├── range.json
│   └── views.json
├── default-f485103a071462e8f17d4e1ed34dfdf5
│   ├── bucket-config.json
│   ├── data
│   │   └── shard_0.fdb
│   ├── full-text.json
│   ├── gsi.json
│   ├── range.json
│   └── views.json
├── events.json
├── import-8598c62f28784ab14e33d993713929a0
│   ├── bucket-config.json
│   ├── data
│   │   └── shard_0.fdb
│   ├── full-text.json
│   ├── gsi.json
│   ├── range.json
│   └── views.json
├── keyspy-88cab34a05866816fcbe4027778c7f0b
│   ├── bucket-config.json
│   ├── data
│   │   └── shard_0.fdb
│   ├── full-text.json
│   ├── gsi.json
│   ├── range.json
│   └── views.json
├── plan.json
└── state-3a04eacb2d2010d9410a78ba3dd7ba20
    ├── bucket-config.json
    ├── data
    │   └── shard_0.fdb
    ├── full-text.json
    ├── gsi.json
    ├── range.json
    └── views.json


Thanks.