Hi i’m trying to backup views using the cbbackup tool like this:
cbbackup http://<CB Host name>:8091 <back-up-dir> -x design_doc_only=1
Initially, this worked on my local environment, but when I tried this command on a DEV server (an EC2 instance) it doesn’t seem to generate the json file (that is the back up file) to the back up directory that I’ve specified. It just shows this message (as if the back up process was successful):
transfer design doc only. bucket msgs will be skipped. done
Am I missing something? Your thoughts. Thanks!