TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Commvault Cloud

    Score7.7 out of 10
    N/ACommvault® Cloud is a cyber resilience platform built to meet the demands of hybrid enterprises. It delivers data security and recovery in the cloud, powered by advanced AI, to help organizations see, manage, and recover data wherever it lives.N/A

    IBM Terraform

    Score8.7 out of 10
    N/AIBM Terraform (formerly Hashicorp Terraform) is a cloud infrastructure automation tool used to create, change, and improve production infrastructure, and it allows infrastructure to be expressed as code. It is available Open Source, and via Cloud and Self-Hosted editions.

    $0

    Pricing
    Commvault CloudIBM Terraform
    Editions & Modules
    No answers on this topic
    Open Source
    $0
    Team & Governance
    $20/user
    per user/per month
    Enterprise
    Contact sales team
    Offerings
    Pricing Offerings
    Commvault CloudIBM Terraform
    Free Trial
    YesNo
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    YesNo
    Entry-level Setup FeeOptionalNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Commvault CloudIBM Terraform
    Considered Both Products
    Commvault
    No answer on this topic
    IBM
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    60 Answers
    95%
    Would buy again
    21 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    55 Answers
    100%
    Delivers good value for the price
    20 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    60 Answers
    95%
    Happy with the feature set
    21 Answers
    Lived up to sales and marketing promises
    94%
    Lived up to sales and marketing promises
    47 Answers
    100%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    94%
    Implementation went as expected
    50 Answers
    95%
    Implementation went as expected
    18 Answers
    Features
    Commvault CloudIBM Terraform
    Data Center Backup
    Comparison of Data Center Backup features of Commvault Cloud and IBM Terraform
    Feature
    Commvault Cloud
    7.2
    77 Ratings
    15% below category average
    IBM Terraform
    -
    Ratings
    Universal recovery8.067 Ratings00 Ratings
    Instant recovery7.064 Ratings00 Ratings
    Recovery verification7.068 Ratings00 Ratings
    Business application protection7.572 Ratings00 Ratings
    Multiple backup destinations5.371 Ratings00 Ratings
    Incremental backup identification7.077 Ratings00 Ratings
    Backup to the cloud7.559 Ratings00 Ratings
    Deduplication and file compression7.575 Ratings00 Ratings
    Snapshots7.571 Ratings00 Ratings
    Flexible deployment6.166 Ratings00 Ratings
    Management dashboard7.567 Ratings00 Ratings
    Platform support7.067 Ratings00 Ratings
    Retention options8.065 Ratings00 Ratings
    Encryption7.564 Ratings00 Ratings
    Best Alternatives
    Commvault CloudIBM Terraform
    Small Businesses
    BDRShield
    Score6.5 out of 10
    HashiCorp Vagrant
    Score9 out of 10
    Medium-sized Companies
    Bacula Enterprise
    Score8.6 out of 10
    HashiCorp Vagrant
    Score9 out of 10
    Enterprises
    Bacula Enterprise
    Score8.6 out of 10
    AWS CloudFormation
    Score8.2 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Commvault CloudIBM Terraform
    Likelihood to Recommend
    6.5
    (79 ratings)
    7.8
    (33 ratings)
    Likelihood to Renew
    9.0
    (8 ratings)
    9.0
    (2 ratings)
    Usability
    7.0
    (16 ratings)
    8.8
    (8 ratings)
    Availability
    9.1
    (1 ratings)
    -
    (0 ratings)
    Performance
    9.1
    (1 ratings)
    9.4
    (3 ratings)
    Support Rating
    8.6
    (52 ratings)
    8.0
    (6 ratings)
    In-Person Training
    9.1
    (1 ratings)
    -
    (0 ratings)
    Online Training
    9.1
    (1 ratings)
    -
    (0 ratings)
    Implementation Rating
    9.1
    (4 ratings)
    8.0
    (1 ratings)
    Ease of integration
    9.1
    (1 ratings)
    9.2
    (3 ratings)
    Product Scalability
    9.1
    (1 ratings)
    -
    (0 ratings)
    Vendor post-sale
    9.1
    (1 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    9.1
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Commvault CloudIBM Terraform
    Likelihood to Recommend
    Commvault
    Commvault works well in a large environments with a variety of client types and data classes. With its policy-based configurations, it makes administration of large environments easier when configuring storage and retention, copies, schedules, client configs, etc. Commvault also backs up just about everything you can think of, and works with almost all storage and compute platforms, so there are rarely any cases where Commvault cannot accommodate.
    Incentivized
    Read full review
    IBM
    Anything that needs to be repeated en masse. Terraform is great at taking a template and have it be repeated across your estate. You can dynamically change the assets they're generating depending on certain variables. Which means though templated assets will all be similar, they're allowed to have unique properties about them. For example flattening JSON into tabular data and ensuring the flattening code is unique to the file's schema.
    Incentivized
    Read full review
    Pros
    Commvault
    • Commvault is the Swiss Army knife for data protection in an Enterprise environment. You name the environment and Commvvault has something to protect it. Very helpful in this on-prem/off-prem world that is developing into a DevOps world.
    • Improves our Disaster Recovery
    • Starting to utilize for data migration for VMware in places where Zerto is too expensive
    Incentivized
    Read full review
    IBM
    • Terraform is cloud agnostic. Just select the suitable provider for the cloud and it will do the job.
    • Templating is possible to make the Terraform templates reusable.
    • Variables can be created to make the templates generic so that it can be reused for different environments or resources.
    Incentivized
    Read full review
    Cons
    Commvault
    • For database restores, it has to restore the entire database in order to recover just one table.
    • Backups of virtual machines with direct attached storage is difficult.
    • I wish it covered cloud assets more thoroughly, like AWS ELBs and Security Groups.
    Incentivized
    Read full review
    IBM
    • The language itself is a bit unusual and this makes it hard for new users to get onboarded into the codebase. While it's improving with later releases, basic concepts like "map an array of options into a set of configurations" or "apply this logic if a variable is specified" are possible but unnecessarily cumbersome.
    • The 'Terraform Plan' operation could be substantially more sophisticated. There are many situations where a Terraform file could never work but successfully passes the 'plan' phase only to fail during the 'apply' phase.
    • Environment migrations could be smoother. Renaming/refactoring files is a challenge because of the need to use 'Terraform mv' commands, etc.
    Incentivized
    Read full review
    Likelihood to Renew
    Commvault
    It is serving it's purpose and for companies that have a smaller IT staff, it is not time consuming to manage. Support for the product when needed has been very good and they are responsive when tickets are opened for support. The product is scalable so as we grow we can easily increase the resources as needed on the backend.
    Incentivized
    Read full review
    IBM
    Still the best provisioning tool out there and good support from the community as well in terms of shared knowledge
    Incentivized
    Read full review
    Usability
    Commvault
    Have a interface very user friendly. You do not need a lot of training, or any formal training really, to get up and going and use nearly all of the functionality of the product. This facilitates the post-implementation company as it reduces costs with backup specialists and any trained analyst can take care of its infrastructure. One negative point is not all the options and features are in the HTML view.
    Incentivized
    Read full review
    IBM
    The syntax itself is pretty straightforward. The documentation is well-maintained & easy to follow. Most cloud providers, even smaller ones, maintain official provider libraries, making discovery & learning a breeze. Some, like GCP, even provide high-level libraries on top of their own more primitive provider, making building complex infra much more manageable. The language itself is cloud-agnostic, so you can literally manage resources from multiple providers in a single Terraform repo.
    Read full review
    Reliability and Availability
    Commvault
    Commvault Complete Backup & Recovery is designed to provide organizations with flexible and scalable software.
    Incentivized
    Read full review
    IBM
    No answers on this topic
    Performance
    Commvault
    Commvault Complete Backup & Recovery is designed and provide to organizations with flexible and scalable software
    Incentivized
    Read full review
    IBM
    Terraform's performance is quite amazing when it comes to deployment of resources in AWS. Of course, the deployment times depend on various parameters like the number of resources to deploy and different regions to deploy. Terraform cannot control that. The only minor drawback probably shows up when a terraform job is terminated mid way. Then in many cases, time-consuming manual cleanup is required.
    Incentivized
    Read full review
    Support Rating
    Commvault
    I would rate Commvault's support as an 'average' support. Now that we have a very experienced guy working with Commvault, most of the time we can fix or do anything by ourselves. We had some issues with their support taking a really long time to respond and fix some issues in the past. In most cases we ended up appealing to the community, other peers, or Commvault's SE team.
    Incentivized
    Read full review
    IBM
    I have yet to have an opportunity to reach out directly to HashiCorp for support on Terraform. However, I have spent a great deal of time considering their documentation as I use the tool. This opinion is based solely on that. I find the Terraform documentation to have great breadth but lacking in depth in many areas. I appreciate that all of the tool's resources have an entry in the docs but often the examples are lacking. Often, the examples provided are very basic and prompt additional exploration. Also, the links in the documentation often link back to the same page where one might expect to be linked to a different source with additional information.
    Incentivized
    Read full review
    In-Person Training
    Commvault
    Traning is very easy very helpful
    Incentivized
    Read full review
    IBM
    No answers on this topic
    Online Training
    Commvault
    Commvault training is very important and very helpful full for immplementation.
    Incentivized
    Read full review
    IBM
    No answers on this topic
    Implementation Rating
    Commvault
    Plan well and make sure you collect all the required information and details before going for implementation. Organize it in step by step or break the setup into different modules to make it simple.
    Incentivized
    Read full review
    IBM
    Implementation is straight forward. Never had issues as the team is already very familiar with Terraform installation from previous projects and roles
    Incentivized
    Read full review
    Alternatives Considered
    Commvault
    In the past it has been necessary to leverage multiple products to provide a complete data protection solution. Commvault Complete Backup & Recovery has been able to mirror the functions of competitive products while increasing functionality and management. Commvault Complete Backup & Recovery works cleanly in disparate environments that leverage dissimilar technologies and products.
    Incentivized
    Read full review
    IBM
    Terraform is the solid leader in the space. It allows you to do more then just provisioning within a pre-existing servers. It is more extensible and has more providers available than it competitors. It is also open source and more adopted by the community then some of the other solutions that are available in the market place.
    Incentivized
    Read full review
    Scalability
    Commvault
    Commvault Complete Backup & Recovery is designed to provide organizations with flexible and scalable software
    Incentivized
    Read full review
    IBM
    No answers on this topic
    Return on Investment
    Commvault
    • I am not privy to ROI, but just having confidence and trust that Commvault will back up whatever needs backing up, and that we will always be able to restore it quickly, allows our technical people to concentrate on the problem at hand, knowing that we do not have to worry about the safety of the data. This saves time for some very expensive human resources and shortens schedules by eliminating a whole class of data safety and disaster recovery issues.
    Incentivized
    Read full review
    IBM
    • we are able to deploy our infrastructure in a couple of ours in an automated and repeatable way, before this could take weeks if the work was done manually and was a lot of error prone.
    • having the state file, you can see a diff of what things have changed manually out side of Terraform which is a huge plus
    • if state file gets corrupted, it is very hard to debug or restore it without an impact or spending hours ..
    • writing big scale code can be very challenging and hard to be efficient so it's usable by the whole team
    Read full review
    ScreenShots

    IBM Terraform Screenshots

    Screenshot of Terraform StateScreenshot of Terraform RunsScreenshot of Terraform VariablesScreenshot of Terraform WorkspacesScreenshot of Terraform Cost Estimation