janhoy commented on code in PR #3750:
URL: https://github.com/apache/solr/pull/3750#discussion_r2558931280


##########
solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc:
##########
@@ -383,7 +383,7 @@ If the status is anything other than "success", an error 
message will explain wh
 
 Solr provides a repository abstraction to allow users to backup and restore 
their data to a variety of different storage systems.
 For example, a Solr cluster running on a local filesystem (e.g., EXT3) can 
store backup data on the same disk, on a remote network-mounted drive, or in 
some popular "cloud storage" providers, depending on the 'repository' 
implementation chosen.
-Solr offers multiple different repository implementations out of the box 
(`LocalFileSystemRepository`, `GCSBackupRepository` and `S3BackupRepository`), 
and allows users to create plugins for their own storage systems as needed. It 
is also possible to create a `DelegatingBackupRepository` that delegates to 
another `BackupRepository` and adds or modifies some behavior on top of it.
+Solr offers multiple different repository implementations out of the box 
(`LocalFileSystemRepository`, `GCSBackupRepository`, `S3BackupRepository`, and 
`BlobBackupRepository`), and allows users to create plugins for their own 
storage systems as needed. It is also possible to create a 
`DelegatingBackupRepository` that delegates to another `BackupRepository` and 
adds or modifies some behavior on top of it.

Review Comment:
   Thanks for quick and efficient implementation of review comments 
@prateeksinghalgit 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to