Update README.md
This commit is contained in:
25
README.md
25
README.md
@@ -1,22 +1,23 @@
|
|||||||
About FileSync
|
# FileSync
|
||||||
|
|
||||||
FileSync is designed to store a backup of your file(s) on remote servers.
|
FileSync is designed to store a backup of your file(s) on remote servers.
|
||||||
|
|
||||||
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.
|
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.
|
Do not try to backup files that are several mbs. It may not work correctly.
|
||||||
How it works
|
|
||||||
|
|
||||||
Unpack FileSync.zip to a folder on your server. For example: https://example.com/filesync/
|
# How it works
|
||||||
Add the other servers that you will link to in the server list.
|
|
||||||
When you upload a file to your server it will also send the file to the linked servers.
|
|
||||||
You can upload a new version of the file at a later time. It will also update the linked servers.
|
|
||||||
|
|
||||||
File status
|
- Unpack FileSync.zip to a folder on your server. For example: https://example.com/filesync/
|
||||||
|
- Add the other servers that you will link to in the server list.
|
||||||
|
- When you upload a file to your server it will also send the file to the linked servers.
|
||||||
|
- You can upload a new version of the file at a later time. It will also update the linked servers.
|
||||||
|
|
||||||
✔ - Good - Multiple servers have a backup of this file.
|
# File status
|
||||||
|
|
||||||
⚠ - Warning - You do not have a backup of this file locally.
|
✔ - Good - Multiple servers have a backup of this file.
|
||||||
To resolve: Use the download button to get the file from a remote server. Then re-upload that file.
|
|
||||||
|
|
||||||
✖ - Critical - No other servers have a backup of this file.
|
⚠ - Warning - You do not have a backup of this file locally.
|
||||||
To resolve: You should contact the other admins to resolve server availability. Then try to upload the file again.
|
To resolve: Use the download button to get the file from a remote server. Then re-upload that file.
|
||||||
|
|
||||||
|
✖ - Critical - No other servers have a backup of this file.
|
||||||
|
To resolve: You should contact the other admins to resolve server availability. Then try to upload the file again.
|
||||||
Reference in New Issue
Block a user