vmware-archive / cfops

This is simply an automation that is based on the supported way to back up Pivotal Cloud Foundry
http://www.cfops.io
Apache License 2.0
35 stars 24 forks source link

Incorrect syntax for backing up Ops Manager on vSphere #98

Closed kdudala1 closed 7 years ago

kdudala1 commented 8 years ago

Should say: ./cfops backup --opsmanagerhost 10.85.43.22 --omp admin --du admin --dp admin --omu ubuntu -d . -t ops-manager

Currently says: ./cfops backup –opsmanagerhost x.x.x.x –omp xxx –du xxx –dp xxx –omu ubuntu -d . -t ops-manager

After a little bit of investigation, we found that the markdown file (https://github.com/pivotalservices/cfops-landingpage/blob/master/content/docs/cfops_backup_vpshere.md) is correct, so this is some markup magic between git and the page. We think it might be Hugo. Perhaps something needs to be added to the markup for hugo to treat it verbatim