1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-05 15:05:48 +02:00

Update introduction to be pithy.

This commit is contained in:
David Steele 2018-09-19 18:26:12 -04:00
parent 50266cc26c
commit d513a46e6d
4 changed files with 9 additions and 13 deletions

View File

@ -2,9 +2,7 @@
## Introduction ## Introduction
pgBackRest aims to be a simple, reliable backup and restore system that can seamlessly scale up to the largest databases and workloads. pgBackRest aims to be a simple, reliable backup and restore solution that can seamlessly scale up to the largest databases and workloads by utilizing algorithms that are optimized for database-specific requirements.
Instead of relying on traditional backup tools like tar and rsync, pgBackRest implements all backup features internally and uses a custom protocol for communicating with remote systems. Removing reliance on tar and rsync allows for better solutions to database-specific backup challenges. The custom remote protocol allows for more flexibility and limits the types of connections that are required to perform a backup which increases security.
pgBackRest [v2.05](https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.05) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page. pgBackRest [v2.05](https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.05) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page.

View File

@ -407,15 +407,10 @@ sub manGet
foreach my $oPara ($oIndexDoc->nodeGetById('section', 'introduction')->nodeList('p')) foreach my $oPara ($oIndexDoc->nodeGetById('section', 'introduction')->nodeList('p'))
{ {
if ($iParaTotal >= 2)
{
last;
}
$strManPage .= ($iParaTotal == 0 ? "\n" : "\n\n") . ' ' . $strManPage .= ($iParaTotal == 0 ? "\n" : "\n\n") . ' ' .
manGetFormatText($oManifest->variableReplace($self->{oDocRender}->processText($oPara->textGet())), 80, 2); manGetFormatText($oManifest->variableReplace($self->{oDocRender}->processText($oPara->textGet())), 80, 2);
$iParaTotal++; last;
} }
# Build command and config hashes # Build command and config hashes

View File

@ -29,10 +29,7 @@
<section id="introduction"> <section id="introduction">
<title>Introduction</title> <title>Introduction</title>
<!-- These first two paragraphs are pulled in other parts of the documentation as a concise introduction and summary of features. --> <p><backrest/> aims to be a simple, reliable backup and restore solution that can seamlessly scale up to the largest databases and workloads by utilizing algorithms that are optimized for database-specific requirements.</p>
<p><backrest/> aims to be a simple, reliable backup and restore system that can seamlessly scale up to the largest databases and workloads.</p>
<p>Instead of relying on traditional backup tools like tar and rsync, <backrest/> implements all backup features internally and uses a custom protocol for communicating with remote systems. Removing reliance on tar and rsync allows for better solutions to database-specific backup challenges. The custom remote protocol allows for more flexibility and limits the types of connections that are required to perform a backup which increases security.</p>
<p><backrest/> <link url="{[github-url-base]}/releases/tag/release/{[version-stable]}">v{[version-stable]}</link> is the current stable release. Release notes are on the <link page="{[backrest-page-release]}">Releases</link> page.</p> <p><backrest/> <link url="{[github-url-base]}/releases/tag/release/{[version-stable]}">v{[version-stable]}</link> is the current stable release. Release notes are on the <link page="{[backrest-page-release]}">Releases</link> page.</p>

View File

@ -144,6 +144,12 @@
<p>List allowable values for the <br-option>buffer-size</br-option> option in the configuration reference.</p> <p>List allowable values for the <br-option>buffer-size</br-option> option in the configuration reference.</p>
</release-item> </release-item>
</release-improvement-list> </release-improvement-list>
<release-development-list>
<release-item>
<p>Update introduction to be pithy.</p>
</release-item>
</release-development-list>
</release-doc-list> </release-doc-list>
<release-test-list> <release-test-list>