简体   繁体   English

跨平台文件同步工具

[英]Cross-platform File sync tool

I am developing a webapp that will be used on LAN mostly. 我正在开发一个将大部分用于LAN的webapp。 I have different locations where I deployed this app. 我在不同的位置部署了此应用。 Some of the locations run windows and some run linux (no x-window system). 一些位置运行Windows,而某些位置运行linux(无x-window系统)。 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. 我需要知道是否有一款软件可以轻松地同步我在Linux和Windows机器上存储在云中的文件(云服务可以由应用开发人员提供或使用不同的云)。 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. 我想将文件上传到云上的某个地方,并且安装在LAN服务器上的客户端应该同步文件。 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. 该客户端必须在控制台下可用于linux(如果可能,则为守护程序),而在Windows上则可以是dropbox或ubuntu one。

Does somebody know of such an app? 有人知道这样的应用程序吗?

Dropbox is available for Linux. Dropbox适用于Linux。

You could also investigate unison . 您也可以调查一致

I think "Git" is the best solution to develop your project in different machine. 我认为“ Git”是在不同机器上开发项目的最佳解决方案。 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. 只需使用Google“ Git教程”,您就会发现许多有用的介绍。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM