I have multiple server computers that need to upload and download files reliably, preferably using standard protocols (SFTP, WebDAV, rsync, etc.) rather than a dedicated syncing client. Keeping the data at home isn’t an option, and I don’t want to have to think about it—I just need to know my data is safe.
Ideally, the solution should:
- Allow direct access from multiple machines
- Support automatic backups (whether for individual files or full disk images)
- Be cost-effective and scalable in terms of storage size
- Not require installing proprietary syncing software
What are the best options for this?