Files
FileSync/README.md
2025-08-16 06:54:45 -04:00

23 lines
1.1 KiB
Markdown

# 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.
# File status
✔ - Good - Multiple servers have a backup of this 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.