The below comment throwing this error for mongodump
mongodump --host xx.xxx.xx.xxx -db abc --out home/dataBaseBackup/
The below comment throwing this error for mongodump
mongodump --host xx.xxx.xx.xxx -db abc --out home/dataBaseBackup/
You have missed an -. The correct one is given below:
mongodump --host xx.xxx.xx.xxx --db abc --out home/dataBaseBackup/