跨平台文件同步工具

发布于 2024-10-10 02:24:08 字数 352 浏览 0 评论 0原文

我正在开发一个主要在局域网上使用的网络应用程序。我在不同的位置部署了这个应用程序。有些位置运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

梦年海沫深 2024-10-17 02:24:08

Dropbox 可用于 Linux。

您还可以调查unison

Dropbox is available for Linux.

You could also investigate unison.

难忘№最初的完美 2024-10-17 02:24:08

我认为“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.

颜漓半夏 2024-10-17 02:24:08

我认为 8 年后应该考虑一个名为 Syncthing 的很棒的工具。

Syncthing 是一个连续文件同步程序。它可以在两台或多台计算机之间同步文件,并用开放、值得信赖和去中心化的服务取代专有的同步和云服务。您的数据只是您的数据,您应该选择数据的存储位置、是否与第三方共享以及如何通过互联网传输。
查看 Syncthing 目标列表以了解更多详细信息。

I think there is a great tool called Syncthing should be considered after 8 years.

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers and replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the internet.
Check the list of Syncthing's goals for more details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文