Skip to content

Commit 035a302

Browse files
committed
Fix some typos
1 parent efe780b commit 035a302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php-restic-server is a PHP implementation of restic's [REST backend API](http://
99
* PHP 5.3 or better.
1010
* The server needs to allow PHP scripts to create, edit, and delete files and directories.
1111
* The server should allow you to redirect every request in the path where php-restic-server is installed to be handled by the `restic-index.php` script. That can be done with an `.htaccess` file in the case of apache.
12-
* The server should allow the upload and storage of files of the size of the Blobs (some servers put limits on the sizes allowed). According to the [documentation](https://restic.readthedocs.io/en/latest/100_references.html#backups-and-deduplication), Blobs are from 512 KiB to 8 MiB in size. However, in my tests, I have found Blobs as large as 8.7 MiB. Thefore, the server should allow uploads and storage of files with a size slighly bigger, like 10 MiB at least.
12+
* The server should allow the upload and storage of files of the size of the Blobs (some servers put limits on the sizes allowed). According to the [documentation](https://restic.readthedocs.io/en/latest/100_references.html#backups-and-deduplication), Blobs are from 512 KiB to 8 MiB in size. However, in my tests, I have found Blobs as large as 8.7 MiB. Therefore, the server should allow uploads and storage of files with a size slightly bigger, like 10 MiB at least.
1313
* To use the private repos mode, authentication is required. And its highly recommended that the server has an SSL cert to serve requests via HTTPS. Otherwise, the auth password could easily be sniffed by a third party.
1414

1515
## Installation

0 commit comments

Comments
 (0)