Skip to content

Commit

Permalink
Deployed 4101f9b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 6, 2023
1 parent 37b4efc commit d17fdb6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions Databases/VSSTester/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#trace-a-snapshot-using-the-diskshadow-tool-by-volume-instead-of-by-database" class="md-nav__link">
<span class="md-ellipsis">
Trace a snapshot using the DiskShadow tool by volume instead of by Database
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3222,6 +3231,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#trace-a-snapshot-using-the-diskshadow-tool-by-volume-instead-of-by-database" class="md-nav__link">
<span class="md-ellipsis">
Trace a snapshot using the DiskShadow tool by volume instead of by Database
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3296,11 +3314,16 @@ <h3 id="trace-while-using-a-third-party-backup-solution">Trace while using a thi
<p>Enables tracing of the specified database. The user may then attempt a backup of that database
and use Ctrl-C to stop data collection after the backup attempt completes.</p>
<h3 id="trace-a-snapshot-using-the-diskshadow-tool">Trace a snapshot using the DiskShadow tool</h3>
<p><code>.\VSSTester -DiskShadow -DatabaseName "Mailbox Database 1637196748" -DatabaseDriveLetter M -LogDriveLetter N</code></p>
<p><code>.\VSSTester -DiskShadow -DatabaseName "Mailbox Database 1637196748" -ExposeSnapshotsOnDriveLetters M, N</code></p>
<p>Enables tracing and then uses DiskShadow to snapshot the specified database. If the database and logs
are on the same drive, the snapshot is exposed as M: drive. If they are on separate drives, the snapshots are
exposed as M: and N:. The user is prompted to stop data collection and should typically wait until
log truncation has occurred before doing so, so that the truncation is traced.</p>
<h3 id="trace-a-snapshot-using-the-diskshadow-tool-by-volume-instead-of-by-database">Trace a snapshot using the DiskShadow tool by volume instead of by Database</h3>
<p><code>.\VSSTester -DiskShadow -VolumesToBackup D:\, E:\ -ExposeSnapshotsOnDriveLetters M, N</code></p>
<p>Enables tracing and then uses DiskShadow to snapshot the specified volumes. To see a list of available
volumes, including mount points, pass an invalid volume name, such as <code>-VolumesToBackup foo</code>. The error
will show the available volumes. Volume names must be typed exactly as shown in that output.</p>
<h3 id="trace-in-circular-mode-until-the-microsoft-exchange-writer-fails">Trace in circular mode until the Microsoft Exchange Writer fails</h3>
<p><code>.\VSSTester -WaitForWriterFailure -DatabaseName "Mailbox Database 1637196748"</code></p>
<p>Enables circular tracing of the specified database, and then polls "vssadmin list writers" once
Expand Down Expand Up @@ -3353,7 +3376,7 @@ <h2 id="com-security">COM+ Security</h2>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 28, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 30, 2023</span>


</small>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit d17fdb6

Please sign in to comment.