commit version 1.1
This commit is contained in:
27
readme.html
Normal file
27
readme.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<h2>About FileSync</h2>
|
||||
<p>FileSync is designed to store a backup of your file(s) on remote servers.</p>
|
||||
<p>Due to the limitations of php script timeout files should be small. For example: 6 SSL keys zipped to a file is around 90kb. This is small enough to use for this.
|
||||
Do not try to backup files that are several mbs. It may not work correctly.</p>
|
||||
|
||||
<h2>How it works</h2>
|
||||
<ul>
|
||||
<li>Unpack FileSync.zip to a folder on your server. For example: https://example.com/filesync/</li>
|
||||
<li>Add the other servers that you will link to in the server list.</li>
|
||||
<li>When you upload a file to your server it will also send the file to the linked servers.</li>
|
||||
<li>You can upload a new version of the file at a later time. It will also update the linked servers.</li>
|
||||
</ul>
|
||||
|
||||
<h2>File status</h2>
|
||||
<ul>
|
||||
<li><span style="color:#00ff00;">✔ - Good - Multiple servers have a backup of this file.</span>
|
||||
<br><br>
|
||||
</li>
|
||||
<li><span style="color:#ff8000;">⚠ - Warning - You do not have a backup of this file locally.</span><br>
|
||||
To resolve: Use the download button to get the file from a remote server. Then re-upload that file.
|
||||
<br><br>
|
||||
</li>
|
||||
<li><span style="color:#ff0000;">✖ - Critical - No other servers have a backup of this file.</span><br>
|
||||
To resolve: You should contact the other admins to resolve server availability. Then try to upload the file again.
|
||||
<br><br>
|
||||
</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user