Skip to content

Commit ef47dcc

Browse files
Merge pull request #299076 from RoseHJM/mdb-snapshot-retention
MDB - add snapshot creation and retention guidance
2 parents b5193ee + 6996992 commit ef47dcc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/dev-box/how-to-restore-from-snapshot.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: RoseHJM
55
ms.author: rosemalcolm
66
ms.service: dev-box
77
ms.topic: article
8-
ms.date: 03/13/2025
8+
ms.date: 04/29/2025
99

1010
#customer intent: As a developer, I want to restore my dev box from a snapshot so that I can perform testing, or quickly recover from critical issues.
1111
---
@@ -26,6 +26,12 @@ Dev Box automatically takes snapshots, retains them for each dev box, and overwr
2626
|-------------------|-------------------|
2727
| **Microsoft Dev Box** | - Access to a dev box in the developer portal |
2828

29+
## How does Dev Box manage snapshots?
30+
31+
Microsoft Dev Box automatically takes short snapshots every 12 hours and long snapshots every 7 days. It retains snapshots for 28 days on a rotating basis, overwriting the oldest snapshot when necessary.
32+
33+
The retention period includes 10 short snapshots and 4 long snapshots, totaling 14 snapshots over 28 days. Once the maximum number of snapshots is reached, the oldest one will be deleted. Short snapshots and long snapshots operate independently.
34+
2935
## Restore your dev box from a snapshot
3036

3137
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).

0 commit comments

Comments
 (0)