You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Update introduction to be pithy.
This commit is contained in:
		| @@ -2,9 +2,7 @@ | ||||
|  | ||||
| ## Introduction | ||||
|  | ||||
| pgBackRest aims to be a simple, reliable backup and restore system that can seamlessly scale up to the largest databases and workloads. | ||||
|  | ||||
| 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 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. | ||||
|  | ||||
| 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. | ||||
|  | ||||
|   | ||||
| @@ -407,15 +407,10 @@ sub manGet | ||||
|  | ||||
|     foreach my $oPara ($oIndexDoc->nodeGetById('section', 'introduction')->nodeList('p')) | ||||
|     { | ||||
|         if ($iParaTotal >= 2) | ||||
|         { | ||||
|             last; | ||||
|         } | ||||
|  | ||||
|         $strManPage .= ($iParaTotal == 0 ? "\n" : "\n\n") . '  ' . | ||||
|             manGetFormatText($oManifest->variableReplace($self->{oDocRender}->processText($oPara->textGet())), 80, 2); | ||||
|  | ||||
|         $iParaTotal++; | ||||
|         last; | ||||
|     } | ||||
|  | ||||
|     # Build command and config hashes | ||||
|   | ||||
| @@ -29,10 +29,7 @@ | ||||
|     <section id="introduction"> | ||||
|         <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 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/> 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/> <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> | ||||
|  | ||||
|   | ||||
| @@ -144,6 +144,12 @@ | ||||
|                         <p>List allowable values for the <br-option>buffer-size</br-option> option in the configuration reference.</p> | ||||
|                     </release-item> | ||||
|                 </release-improvement-list> | ||||
|  | ||||
|                 <release-development-list> | ||||
|                     <release-item> | ||||
|                         <p>Update introduction to be pithy.</p> | ||||
|                     </release-item> | ||||
|                 </release-development-list> | ||||
|             </release-doc-list> | ||||
|  | ||||
|             <release-test-list> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user