Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version behebt Parsen von Speicher-URLs: s3s: / / nicht mehr generiert falsche Fehlermeldungen. Unterstützung wurde für Präfixe im Speicher-URLs behoben. Wiederholungen bei Timeout beim Übertragen von Daten auf einen entfernten Server. Einen Mount-Punkt gibt nicht frei werden, wenn aufgrund einer unbehandelten Ausnahme in den Hintergrund-Thread beendet.
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

Metadaten sind jetzt immer LZMA komprimierte, Mount.s3ql--komprimieren, dass Option wirkt sich nur auf Kompression der Inhalt der Datei auf. Netzwerkfehler, die auftreten, in der ein Lesevorgang werden jetzt korrekt behandelt. s3qladm verwendet jetzt zwischengespeicherten Metadaten, sofern verfügbar.
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

Diese Version behebt einen s3qlcp-Absturz was passiert, wenn die Quelle oder das Ziel-Inode-Nummer eine 64-Bit-Wert war. "Verbindung von Peer zurückgesetzt" Netzwerkfehler, werden jetzt korrekt behandelt. fsck.s3ql können jetzt Inodes neu nummerieren. Dies ist nützlich, wenn das Dateisystem mit S3QL 1.2 oder 1.1.x ohne die Option--Nfs eingehängt und jetzt auf 32-Bit-Systemen nicht mehr zugegriffen werden wurde kann. Verwenden Sie nur 32 Bits für Inodes, selbst wenn--Nfs nicht angegeben ist. Dies stellt sicher, dass Dateisysteme sicher durch beide 32 und 64-Bit-Systeme verwendet werden können.
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

Mehr Speicherplatz Backends (Google Storage, generischen S3-kompatibel). Ein Fix für einen Datenverlust bug. Backend-Module wurden für weitere konsequente Netzwerk Fehlerbehandlung wurde neu geschrieben. Ein Eimer können jetzt halten mehrere Dateisysteme. Die lokale Backend verwendet nur halb so viele Dateien wie vorher. Die sftp Backend fallen gelassen wurde. Protokollierung in syslog ist möglich. Schneller fsck. Eine kleinere Metadaten-Datenbank. FUSE4BSD Kompatibilität.
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

Diese Version behebt einen Fehler im 1.1.3, die Fehler verursacht, wenn sie versuchen, um alle Blöcke, die an das Backend begangen worden sind zu entfernen. Es verbessert die Genauigkeit der s3qlstat während der aktiven Datei-Transfers (aber immer noch nicht 100% genau). Es behebt einige theoretische Deadlocks. contrib / benchmark.py arbeitet jetzt wieder, und berücksichtigt auch den Durchsatz von Anwenderseite zu 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