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-10-21 06:00
1.5

이 릴리스 수정 저장소 Url을 구문 분석: s3s: / / 더 이상 가짜 오류 메시지를 생성 합니다. 지원 저장소 Url의 접두사에 대 한 수정 되었습니다. 원격 서버에 데이터를 전송할 때 제한 시간에 다시 시도 합니다. 백그라운드 스레드에서 처리 되지 않은 예외로 인해 종료 하는 때에 탑재 지점의 해제 하지 않는.
Tags: Stable
This release fixes parsing of storage URLs: s3s:// no longer generates bogus error messages. Support has been fixed for prefixes in storage URLs. Retries on timeout when transmitting data to a remote server. Does not free a mount point when terminating due to an unhandled exception in the background thread.

2011-10-07 02:20
1.4

메타 데이터는 이제 항상 LZMA 압축, mount.s3ql-압축 옵션 압축 파일 내용에 영향을 줍니다. 읽기 작업 중에 발생 하는 네트워크 오류 지금 올바르게 처리 됩니다. s3qladm는 이제 사용할 수 있는 경우 캐시 된 메타 데이터를 사용 합니다.
Tags: Stable
Metadata is now always LZMA compressed, mount.s3ql's --compress option only affects compression of file contents. Network errors that occur in the middle of a read operation are now handled correctly. s3qladm now uses cached metadata if available.

2011-10-05 10:51
1.3

이 릴리스는 원본 또는 대상 inode 번호 64 비트 값을 때 일어난 s3qlcp 충돌을 해결 합니다. "연결 피어에 의해 재설정" 네트워크 오류 지금 올바르게 처리 됩니다. fsck.s3ql inode 번호를 다시 매기려면 지금 수 있습니다. 파일 시스템 S3QL 1.2 또는-nfs 옵션 없이 1.1. x를 사용 하 여 탑재 된 32 비트 시스템에서 더 이상 액세스할 이제 수 하는 경우에 유용 합니다. -Nfs 지정 되지 않은 경우에 32 비트만 inode를 사용 합니다. 윈도우즈에서 안전 하 게 둘 다 32 비트 및 64 비트 시스템에 의해 사용할 수 있는 것이 이렇게.
Tags: Stable
This release fixes an s3qlcp crash which happened when the source or destination inode number was a 64-bit value. "Connection reset by peer" network errors are now handled correctly. fsck.s3ql can now renumber inodes. This is useful if the filesystem was mounted using S3QL 1.2 or 1.1.x without the --nfs option and can now no longer be accessed on 32-bit systems. Use only 32 bits for inodes, even when --nfs is not specified. This ensures that filesystems can be safely used by both 32- and 64-bit systems.

2011-09-29 06:15
1.2

더 많은 스토리지 backends (구글 스토리지, 일반 S3 호환). 데이터 손상 버그 수정. 백엔드 모듈은 더 일관성있는 네트워크 오류 처리를 위해 새로 작성되었습니다. 버킷 지금은 여러 파일 시스템을 보유하실 수 있습니다. 지역 백엔드은 이전과 같은 많은 파일의 절반을 사용합니다. SFTP 백엔드는 기각되었습니다. 시스템 로그에 로깅하는 것이 가능합니다. 빠른 fsck. 작은 메타 데이터를 데이터베이스. 호환성을 FUSE4BSD.
Tags: Stable
More storage backends (Google Storage, generic S3 compatible). A fix for a data corruption bug. Backend modules have been rewritten for more consistent network error handling. A bucket can now hold several filesystems. The local backend only uses half as many files as before. The sftp backend has been dropped. Logging to syslog is possible. Faster fsck. A smaller metadata database. FUSE4BSD compatibility.

2011-09-22 06:31
1.1.4

이 릴리스는 백엔드하기 위해 최선을 다하고있다 모든 블록을 제거하려고 할 때 오류가 발생 1.1.3에서 오타를 수정합니다. 그것은 적극적인 파일 전송 (그러나 아직도 100 % 정확) 동안 s3qlstat의 정확성을 향상시킵니다. 그것은 몇 가지 이론적인 교착 상태를 해결할 수 있습니다. contrib / benchmark.py 지금은 다시 일하고, 또한 계정으로 userspace에서 S3QL 수있는 처​​리량을 걸립니다.
Tags: Development
This release fixes a typo in 1.1.3 that caused errors when trying to remove any blocks that have been committed to the backend. It improves the accuracy of s3qlstat during active file transfers (but still not 100% accurate). It fixes some theoretical deadlocks. contrib/benchmark.py is now working again, and also takes into account the throughput from userspace to S3QL.

Project Resources