Linux 开源 Dropbox 类型的软件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9605841/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Opensource dropbox-type software?
提问by James Bennet
Opensource dropbox-type software?
开源 Dropbox 类型的软件?
Ive got a VPS and I want to use it for cloud storage. Is there any opensource software to sync folders to a server in this way?
我有一个 VPS,我想将它用于云存储。是否有任何开源软件以这种方式将文件夹同步到服务器?
Has to run on Linux.
必须在 Linux 上运行。
回答by Appleman1234
Have a look at the following.
看看下面的内容。
Based on ghoti's comment.
基于 ghti 的评论。
The difference between cloud storage and remote backup is mainly buzzword, the number of remote hosts your backup is stored on and the easy of synchorinisation / use .
云存储和远程备份之间的区别主要在于流行语、存储备份的远程主机数量以及同步/使用的容易程度。
Other remote backup solutions that may suit your need include
其他可能适合您需求的远程备份解决方案包括
- unisonalso see auto remote backup guide
- rsyncalso see the following guideusing ssh, rsync and lsyncd
- cron,ssh and version control system of your choice (git,sunbverstion,etc) (cron job that runs commit command at a given interval, use postcommit hooks on the server to checkout additional copies in other to use more than one host)