seafile 同步linux,seafile: Seafile 是一款安全、高性能的开源网盘(云存储)软件。Seafile 提供了主流网盘(云盘)产品所具有的功能,包括文件同步、文件共享等。在此基础...

Introduction

Seafile is an open source cloud storage system with privacy protection and teamwork features. Collections of files are called libraries. Each library can be synced separately. A library can also be encrypted with a user chosen password. Seafile also allows users to create groups and easily sharing files into groups.

Feature Summary

Seafile has the following features:

File syncing

Selective sync for any folder.

Correctly handles file conflicts based on history instead of timestamp.

Only transfer content delta to the server. Interrupted transfers can be resumed.

Sync with two or more servers.

Sync with existing folders.

File sharing and collaboration

Sharing folders between users or into groups.

Download links with password protection

Upload links

Version control with configurable revision number.

Restoring deleted files from trash, history or snapshots.

Privacy protection

Library encryption with a user chosen password.

Client side encryption when using the desktop syncing.

Internal

Seafile's version control model is similar to Git, but it is simplified for automatic synchronization.

Each Seafile library behaves like a Git repository. It has its own unique history, which consists of a list of commits.

A commit points to the root of a file system snapshot. The snapshot consists of directories and files.

Files are further divided into blocks for more efficient network transfer and storage usage.

However, Seafile doesn't rely on Git to run.

Source repositories for Seafile components

Each component of Seafile has its own source code repository on Github.

Before version 6.0, the source code of "sync client daemon" and "server core" are mixed together in https://github.com/haiwen/seafile.

But after 6.0 version, the server core is separated into its own repository.

For this reason, the sync client daemon repository is still the "front page" for Seafile project on Github.

Build and Run

Bug and Feature Request Reports

Please only submit bugs in GitHub issues (Pro customers should contact us via Email):

Feature requests and installation/usage problem should be asked in the forum https://forum.seafile.com/.

Internationalization (I18n)

Change Logs

Why Open Source

Our primary goal is to build a first-class product. We think this goal can only be achieved by collaborating with the whole world.

Contributing

For more informations read Contribution.

License

Seafile iOS client: Apache License v2

Seafile Android client: GPLv3

Desktop syncing client (this repository): GPLv2

Seafile Server core: AGPLv3

Seahub (Seafile server Web UI): Apache License v2

Contact

你可能感兴趣的:(seafile,同步linux)