Hi Keiichi,
Thanks for using our product. I did try your backup steps in our server and I could not reproduce your issue. So it may be your firewall or local network issue. You could run with flag -v to get more information
[root@s44016 ~]# /opt/couchbase/bin/cbbackup http://localhost:8091 /tmp/backup/ -u Administrator -p password -t 8 -v
2021-03-26 10:51:31,150: mt cbbackup…
2021-03-26 10:51:31,150: mt source : http://localhost:8091
2021-03-26 10:51:31,151: mt sink : /tmp/backup/
2021-03-26 10:51:31,151: mt opts : {‘username’: ‘’, ‘verbose’: 1, ‘extra’: {‘max_retry’: 10.0, ‘rehash’: 0.0, ‘dcp_consumer_queue_length’: 1000.0, ‘data_only’: 0.0, ‘uncompress’: 0.0, ‘nmv_retry’: 1.0, ‘conflict_resolve’: 1.0, ‘cbb_max_mb’: 100000.0, ‘report’: 5.0, ‘mcd_compatible’: 1.0, ‘try_xwm’: 1.0, ‘backoff_cap’: 10.0, ‘batch_max_bytes’: 400000.0, ‘report_full’: 2000.0, ‘flow_control’: 1.0, ‘batch_max_size’: 1000.0, ‘seqno’: 0.0, ‘design_doc_only’: 0.0, ‘allow_recovery_vb_remap’: 0.0, ‘recv_min_bytes’: 4096.0}, ‘collection’: None, ‘ssl’: False, ‘threads’: 8, ‘key’: None, ‘password’: ‘’, ‘id’: None, ‘bucket_source’: None, ‘silent’: False, ‘dry_run’: False, ‘single_node’: False, ‘vbucket_list’: None, ‘separator’: ‘::’, ‘mode’: ‘diff’}
2021-03-26 10:51:31,168: mt Starting new HTTP connection (1): localhost
2021-03-26 10:51:31,205: mt bucket: travel-sample
2021-03-26 10:51:54,310: w0 source : http://localhost:8091(travel-sample@127.0.0.1:8091)
2021-03-26 10:51:54,310: w0 sink : /tmp/backup/(travel-sample@127.0.0.1:8091)
2021-03-26 10:51:54,310: w0 : total | last | per sec
2021-03-26 10:51:54,311: w0 batch : 91 | 91 | 3.9
2021-03-26 10:51:54,311: w0 byte : 36196306 | 36196306 | 1567102.1
2021-03-26 10:51:54,311: w0 msg : 31591 | 31591 | 1367.7
[####################] 100.0% (31591/estimated 31591 msgs)
bucket: travel-sample, msgs transferred…
: total | last | per sec
batch : 91 | 91 | 3.9
byte : 36196306 | 36196306 | 1543284.7
msg : 31591 | 31591 | 1346.9
2021-03-26 10:51:54,674: mt Starting new HTTP connection (1): localhost
2021-03-26 10:51:54,681: mt Starting new HTTP connection (1): 127.0.0.1
2021-03-26 10:51:54,721: mt Starting new HTTP connection (1): localhost
2021-03-26 10:51:54,728: mt Starting new HTTP connection (1): 127.0.0.1
done
In 5.5.6 enterprise edition, we have cbbackupmgr command which is better tool to run backup and restore.
Could you try again with cbbackupmgr?
Here is example to run backup with cbbackupmgr
[root@s44016 ~]# mkdir /tmp/bk
[root@s44016 ~]# /opt/couchbase/bin/cbbackupmgr config -a /tmp/bk/ -r backup
Backup repository backup
created successfully in archive /tmp/bk/
[root@s44016 ~]# /opt/couchbase/bin/cbbackupmgr backup -r backup -a /tmp/bk/ -c localhost -u Administrator -p password
Backing up to 2021-03-26T10_59_42.044066465-07_00
Copied all data in 12s (Avg. 3.05MB/Sec) 31591 items / 36.59MB
travel-sample [==============================================================================================================================================================================================================================] 100.00%
Backup successfully completed
[root@s44016 ~]#
If you have any quesion, drop me a line at thuan at couchbase dot com
Thanks
Thuan