Cbbackup/cbrestore inconsistent items sizes, data and number of docs

Hello everyone,

I’m using a development database on a machine and now I’ve started to move things into a staging environment.

My dev DB is a 4.5 Enterprise version running on a single node and a single bucket, and my staging DB is a 4.1 Community version, running on 4 instances in a cluster.

In order to ease things I’ve done a backup of the 4.5 database using cbbackup.
Here’s the command I ran:
cbbackup http://localhost:8091 /home/cbbackup-20161006-1930 -m full --single-node -b mybucket -u Administrator -p pwd
This outputs [####################] 100.0% (79/estimated 79 msgs)

However, my database shows it has 579 items:

When using cbrestore on my new staging cluster, I only get 74 documents (even though it should have at least 79?).

Why does the dev DB have 580 items and only backups 79, and why does the restore only restore 74 docs?
Also, for the “same” document, I’ve noticed that the data on the dev DB is not the same that is restored on the staging DB.

What gives?

Yeah, just forget about it… I was backing up the server in the wrong container. Everything’s fine now…