Skip to content

Commit 85ca18c

Browse files
committed
Add description of restore project file revisions
1 parent 048a185 commit 85ca18c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/misc/ProjectFileRevisions.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
title = "Project File Revisions"
3+
published = true
4+
weight = 15
5+
+++
6+
7+
8+
9+
### Revision History
10+
A backup of a project file is added to a project file database when the project file is saved. The backup file is named with the extension _`*.rspdb`_ and is stored in the same directory as the project file. The backup file is created with the same content as the project file at the time of the save operation.
11+
12+
### Restore Revision from Backup
13+
All revisions in the project database can be restored using the tool **restore-projectfile-versions**. Specify the project file database and the output directory where the revisions should be restored. The tool will create a copy of the project file for each revision in the output directory.
14+
15+
extract-projectfile-versions <projectfiledatabase.rspdb> <output-directory>
16+
17+
Open the restored project files in ResInsight to inspect the content of the project file at the time of the save operation.

0 commit comments

Comments
 (0)