Restore problem

Hi,

I was backup the namespace and tried to restore into another name spaces .the comment showing 100% completed but no records written in new namespaces

old namespace:campaigns new namespaces:blastlist

find the snap

root@RES-Aerospike15:/etc/aerospike# cd /
root@RES-Aerospike15:/# asrestore --host 10.212.0.5 --port 3000 --directory namespace_bkp --namespace campaigns,blastlist
2017-07-07 13:22:39 GMT [INF] [19910] Starting restore to 10.212.0.5 (bins: [all], sets: [all]) from namespace_bkp
2017-07-07 13:22:39 GMT [INF] [19910] Processing 1 node(s)
2017-07-07 13:22:39 GMT [INF] [19910] Found 1 backup file(s) in namespace_bkp
2017-07-07 13:22:39 GMT [INF] [19910] Opened backup file namespace_bkp/BB99F96703A0D00_00000.asb
2017-07-07 13:22:39 GMT [INF] [19910] Restoring 0 UDF file(s)
2017-07-07 13:22:39 GMT [INF] [19910] Restoring 0 secondary index(es)
2017-07-07 13:22:39 GMT [INF] [19910] Restoring records
2017-07-07 13:22:39 GMT [INF] [19929] Restoring namespace_bkp/BB99F96703A0D00_00000.asb
2017-07-07 13:22:39 GMT [INF] [19929] Opened backup file namespace_bkp/BB99F96703A0D00_00000.asb
2017-07-07 13:22:40 GMT [INF] [19928] 0 UDF file(s), 0 secondary index(es), 0 record(s) (0 KiB/s, 0 rec/s, 0 B/rec, backed off: 0)
2017-07-07 13:22:40 GMT [INF] [19928] Expired 0 : skipped 0 : inserted 0 : failed 0 (existed 0, fresher 0)
2017-07-07 13:22:40 GMT [INF] [19928] 100% complete, ~0s remaining
root@RES-Aerospike15:/# aql
Aerospike Query Client
Version 3.13.0.1
C Client Version 4.1.6
Copyright 2012-2016 Aerospike. All rights reserved.
aql> show sets
0 rows in set (0.001 secs)
OK
aql> show namespaces
+-------------+
| namespaces  |
+-------------+
| "blastlist" |
+-------------+
1 row in set (0.001 secs)
OK

aql>

Appears the backup file was empty, could we get logs of the asbackup process?