Download List

프로젝트 설명

S3QL is a file system that stores all its data online. It supports Amazon S3, Google Storage, and OpenStack and effectively provides you with a hard disk of dynamic, infinite capacity that can be accessed from any computer with Internet access. S3QL provides a standard, full featured Unix file system that is conceptually indistinguishable from any local file system. Additional features include compression, encryption, data de-duplication, immutable trees, and snapshotting, which make it especially suitable for online backup and archiving. The design favors simplicity and elegance over performance and feature-creep. Care has been taken to make the source code as readable and serviceable as possible. Solid error detection, error handling, and extensive automated test cases are provided.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-28 07:22 Back to release list
1.7

메타 데이터는 이제 사용자 지정, 델타 인코딩된 이진 형식에 저장 되며 inode를 순차적으로 할당 하 고 다시 사용 하지. 따라서 S3QL 완전히 NFS 호환 합니다. s3qlcp 지금 또한 확장된 특성을 복사 하 고 동일한 블록에 있는 파일을 복사할 때 잘못 된 블록 참조 수를 더 이상 생성 합니다. 이 릴리스는 s3qlcp에서 경쟁 조건을 제거합니다. 수정 되었거나 만들어진 후에 즉시 s3qlcp 사용 하 여 파일을 복사할 때 그 s3qlcp 오래 된 데이터 블록 하지만 새 파일 특성 복사 가능 했다.
Tags: Stable
Metadata is now stored in a custom, delta-encoded binary format, and inodes are assigned sequentially and not reused. This makes S3QL fully NFS-compatible. s3qlcp now also copies extended attributes and no longer generates incorrect block reference counts when copying a file which has identical blocks. This release eliminates a race condition in s3qlcp. When copying a file with s3qlcp immediately after it was modified or created, it was possible that s3qlcp would copy the new file attributes but the old data blocks.

Project Resources