CB7.1 - cbbackupmgr restore single bucket

CB7.1 - I want to understand how to restore a single bucket from a backup (using cbbackupmgr restore - cbbackupmgr restore | Couchbase Docs )
The CB documentation does not go in depth enough or mention how to do this. “–include-data” for example does seem to be for collections/scopes only not buckets. Does someone know?

cbbackupmgr restore --include-data option lets you restore at the granularity of a bucket, scope, or a collection.

Examples: --include-data bucketname1.scope1 or --include-data bucketname1.scope1.collection1 or --include-data bucketname1,bucketname2

1 Like