跨平台文件同步工具
我正在开发一个主要在局域网上使用的网络应用程序。我在不同的位置部署了这个应用程序。有些位置运行 Windows,有些位置运行 Linux(没有 x-window 系统)。我需要知道是否有一个软件可以轻松同步我在 Linux 和 Windows 计算机上存储在云中的文件(云服务可以由应用程序开发人员提供或使用不同的云)。我的英语有点生疏,所以我会用简单的话解释这一点。
我将在本地机器上工作。我想将文件上传到云端的某个位置,并且安装在局域网服务器上的客户端应该同步文件。该客户端必须可在控制台下的 Linux 上使用(如果可能的话作为守护进程),而在 Windows 上它可以是类似于 dropbox 或 ubuntu 的客户端。
有人知道这样的应用程序吗?
I am developing a webapp that will be used on LAN mostly. I have different locations where I deployed this app. Some of the locations run windows and some run linux (no x-window system). I need to know if there is a software out there that could easily synchronize my files stored somehere in the cloud (the clouding service can be provided by the app developers or to use different clouds) on both linux and windows machines. My english is a bit rusty so i'm going to explain this in simple words.
I will work on my local machine. I want to upload the files somewhere on the cloud and the clients installed on the LAN servers should synchronize the files. The client must be available for linux under console (as a daemon if possible) while on windows it can be something like dropbox or ubuntu one.
Does somebody know of such an app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Dropbox 可用于 Linux。
您还可以调查unison。
Dropbox is available for Linux.
You could also investigate unison.
我认为“Git”是在不同机器上开发项目的最佳解决方案。
您可以通过此应用程序使用简单的命令同步您的代码,它会记录您的代码的所有版本。
只要google一下“Git教程”,你就会发现很多有用的介绍。
I think "Git" is the best solution to develop your project in different machine.
You can sync your code with easy command through this app, and it will record all the version of your code.
Just google "Git tutorial", and you will find many useful introductions.
我认为 8 年后应该考虑一个名为 Syncthing 的很棒的工具。
I think there is a great tool called Syncthing should be considered after 8 years.