diff --git a/README.md b/README.md index b6add3a..cb11ca9 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,23 @@ -About FileSync +# FileSync 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. 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/ - 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. +# How it works -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. - To resolve: Use the download button to get the file from a remote server. Then re-upload that file. +✔ - Good - Multiple servers have a backup of this 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. \ No newline at end of file +⚠ - Warning - You do not have a backup of this file locally. +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. \ No newline at end of file