Use mongodump and mongorestore for recovery:
If the previous MongoDB instance was working before the backup issue, use mongodump to export collections from the backup:
mongodump --dbpath /var/lib/mongodb_backup_force --out /path/to/backup
Then restore it to the new installation: mongorestore /path/to/backup