Difference between Clone Rollback vs Restore from Backup?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 04:37 AM
What are the differences between "Clone Rollback" vs "Restore" from Backup? Any pros and cons between them?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 06:20 AM
In ServiceNow, "Clone Rollback" and "Restore from Backup" are ways to go back to an earlier state, but they work differently:
-
Clone Rollback:
- What it does: It makes a copy of your current system as it was at a specific time in the past and then uses this copy to replace your current system.
- Why it's used: It's helpful when you can't afford downtime because you can prepare the copy beforehand and quickly switch to it.
- Pros: Less downtime, less risk of losing data, and you can test the process before using it.
- Cons: It needs extra resources to maintain the copy, might be tricky to set up, and may not work for all systems.
-
Restore from Backup:
- What it does: It recovers your system using a backup copy of your data.
- Why it's used: It's useful for recovering from various issues like data corruption, hardware problems, or accidental deletions.
- Pros: Can recover from many types of problems, and you can keep backups in a safe place.
- Cons: It might mean a lot of downtime, especially for big systems, and you need to do regular backups to keep your data safe.