热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

ownCloudClient1.7.0发布,支持选择性的同步

ownCloud,ownCloudClient1.7.0发布,支持选择性的同步

开源中国推出 PaaS@OSC 代码演示和运行平台

ownCloud Client 1.7.0 发布了,该版本最值得关注的新特性就是支持选择性的同步。同时还包含一些对 ownCloud 7 版本新特性的支持。

其他改进内容包括:

  • 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

推荐阅读
author-avatar
翟厉害
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有