发布于 2014-11-10 23:51:52 | 332 次阅读 | 评论: 0 | 来源: 网友投递
ownCloud 基于 PHP 的自建网盘
ownCloud是一个自由且开源的个人云存储解决方案。最早由KDE开发者Frank Karlitschek于2010年一月创建,目标是成为商业云服务提供商的替代。与商业云存储服务不同,ownCloud可以自由获取无需付费;它可以被安装在个人服务器上,用户拥有控制和修改的权利。
ownCloud Client 1.7.0 发布了,该版本最值得关注的新特性就是支持选择性的同步。同时还包含一些对 ownCloud 7 版本新特性的支持。
ownCloud是一个自由且开源的个人云存储解决方案。最早由KDE开发者Frank Karlitschek于2010年一月创建,目标是成为商业云服务提供商的替代。与商业云存储服务不同,ownCloud可以自由获取无需付费;它可以被安装在个人服务器上,用户拥有控制和修改的权利。
其他改进内容包括:
Handle new sharing options of ownCloud 7 correctly;
Improved local change detection: consider file size, detect files with ongoing changes and do not upload immediately;
Improved HTTP request timeout handler: all successful requests reset the timeout counter;
Improvements for syncing command line tool: netrc support, improved SSL support, non interactive mode;
Permission system: ownCloud 7 delivers file and folder permissions, added ability to deal with it for shared folders and more;
Ignore handling: Do not recurse into ignored or excluded directories;
Major sync journal database improvements for more stability and performance;
New library interface to sqlite3;
Improve "resync handling" if errors occur;
Blacklist improvements;
Improved logging: more useful meta info, removed noise.
安装:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_$(lsb_release -rs)/ /' >> /etc/apt/sources.list.d/owncloud-client.list" cd /tmp && wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_$(lsb_release -rs)/Release.key sudo apt-key add - < Release.key sudo apt-get update sudo apt-get install owncloud-client