Backup & Restore
What to Back Up
1
2
3
4
Backup Locations
Platform
Installation directory
Storage directory
Taking a Manual Backup
Windows:
# Stop the service
Stop-Service -Name "KeeperPrivilegeManager"
# Back up the full installation directory
xcopy "C:\Program Files\Keeper Security\Endpoint Privilege Management" `
"C:\Backup\KEPM\$(Get-Date -Format 'yyyyMMdd')" /E /I /H /Y
# Restart the service
Start-Service -Name "KeeperPrivilegeManager"Linux:
macOS:
Restoring from a Backup
Full restore (new machine or complete failure):
Policies only (restoring policy configuration without affecting registration):
Configuration only:
Automating Backups
Windows Task Scheduler:
Linux cron:
Example Linux backup script:
Disaster Recovery Checklist
Last updated
Was this helpful?

