bob-builds-labs

PPDM CLI in a Nutshell

PPDM CLI is a professional command-line tool for managing Dell PowerProtect Data Manager - an enterprise backup and data protection platform.

🎯 What It Does

🔧 Key Features

👥 Who Uses It

💡 Simple Example

# See what's being backed up
ppdm-cli assets list

# Check backup job status
ppdm-cli activities list --filter 'status eq "RUNNING"'

# Create a backup
ppdm-cli backup create --asset-id "vm-123" --policy-id "daily-backup"

Think of it as the “kubectl for backup” - a powerful, enterprise-grade tool that makes complex data protection operations simple and automatable.