Skip to content

Commit 577c905

Browse files
authored
Merge pull request #7015 from TerryGLee/tglee-patch
add info about updated autosave file locations
2 parents 1f1b37b + 90c9008 commit 577c905

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

docs/ide/reference/autorecover-environment-options-dialog-box.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: AutoRecover, Environment, Options Dialog Box
3-
ms.date: 11/04/2016
3+
ms.date: 08/14/2020
44
ms.topic: reference
55
f1_keywords:
66
- VS.DialogAutoRestore
@@ -22,11 +22,26 @@ ms.workload:
2222

2323
Use this page in the **Options** dialog box to specify whether to automatically back up files or not. You can also specify if you want to restore modified files if Visual Studio shuts down unexpectedly.
2424

25-
Access this dialog box by selecting the **Tools** menu, selecting **Options**, and then selecting **Environment** > **AutoRecover**. If this page doesn't appear in the list, select **Show all setting** in the **Options** dialog box.
25+
To access this dialog box, go to **Tools** > **Options** > **Environment** > **AutoRecover**.
26+
27+
:::image type="content" source="media/autorecover-options.png" alt-text="Screenshot of the AutoRecover section in the Options dialog box":::
2628

2729
**Save AutoRecover information every [n] minutes**
2830

29-
Use this option to customize how often a file is automatically saved in the editor. For previously saved files, a copy of the file is saved in *%USERPROFILE%\Documents\Visual Studio\\[version]\Backup Files\\[projectname]*. If the file is new and you haven't saved it yet, the file is autosaved using a randomly generated file name.
31+
::: moniker range="vs-2019"
32+
33+
Use this option to customize how often a file is automatically saved in the editor. For previously saved files, Visual Studio 2019 version 16.2 and later saves a copy of the file in ***%LocalAppData%\Microsoft\VisualStudio\BackupFiles\\[projectname]***. If the file is new and you haven't saved it yet, Visual Studio autosaves it by using a randomly generated file name.
34+
35+
> [!NOTE]
36+
> If you are using Visual Studio 2019 version 16.1 or earlier, the file location is *%USERPROFILE%\Documents\Visual Studio [version]\Backup Files\\[projectname]*. For more information, see the [Visual Studio 2019 Release Notes History](/visualstudio/releases/2019/release-notes-history/) page.
37+
38+
::: moniker-end
39+
40+
::: moniker range="vs-2017"
41+
42+
Use this option to customize how often a file is automatically saved in the editor. For previously saved files, Visual Studio 2017 saves a copy of the file in *%USERPROFILE%\Documents\Visual Studio [version]\Backup Files\\[projectname]*. If the file is new and you haven't saved it yet, Visual Studio autosaves it by using a randomly generated file name.
43+
44+
::: moniker-end
3045

3146
**Keep AutoRecover information for [n] days**
3247

Loading

0 commit comments

Comments
 (0)