Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ <h2>Restore</h2>

<h2>Delete backups</h2>

<p>The delete command deletes all backup files before the specified date not required by other incremental backups. Incremental backups depend on earlier validated full backup.</p>
<p> The following example deletes unneeded backup files to recovery at 12:00 11, September 2009.</p>
<p>The delete command deletes all backup files older than the latest full backup necessary for recovery up to the specified date.</p>
<p> For example, the following command deletes all backup files unnecessary for recovery up to 2015-07-30 13:30:30, which includes all backups older than the full backup with StartTime 2015-07-30 13:30:11, because that full backup can be used as a starting point for recovery up to 2015-07-30 13:30:30.</p>

<pre><code>$ pg_rman show
=====================================================================
Expand Down