Result for 03E5E550E399DE1FFE468665AA6F45794AF340C0

Query result

Key Value
FileName./usr/share/doc/s3ql/html/_sources/authinfo.rst.txt
FileSize2242
MD513D56B4842AA586C62185E3223335576
SHA-103E5E550E399DE1FFE468665AA6F45794AF340C0
SHA-256FD1AA5132AA61E92D8B9711A06ED601D81379E312DF6341F1882AAC6C4376897
SSDEEP48:axxFbDdUS+xOC+Cll9BlfBb3ODZeK1fdHbsMCeN1bR6nFd:iuS+xOC++H5TGe4dyeN1F6Fd
TLSHT1B64122C69AC83E734BA20297F95A52A6DB39D32D2037C514547B8208350A73A93F36D6
hashlookup:parent-total33
hashlookup:trust100

Network graph view

Parents (Total: 33)

The searched file hash is included in 33 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize528704
MD5141EC9AA878E28FF0D11FB24B8D17611
PackageDescriptionFull-featured file system for online data storage S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access. . S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival. . In addition to accessing online storage services directoly, S3QL can also store its data underneath a regular mount point. This enables the use of S3QL with e.g. NFS, CIFS or sftp servers. . S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases.
PackageMaintainerNikolaus Rath <Nikolaus@rath.org>
PackageNames3ql
PackageSectionmisc
PackageVersion2.21+dfsg-3
SHA-101B9D08B5A7806BDC83413E44513CB8AC5811771
SHA-25669A93F4B473E3E5C035C222893F25F50469284B773200AAEBD8EB3A805E301EE
Key Value
FileSize516116
MD58755897064D4AFA51BAFEFD1699B90FF
PackageDescriptionFull-featured file system for online data storage S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access. . S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival. . In addition to accessing online storage services directoly, S3QL can also store its data underneath a regular mount point. This enables the use of S3QL with e.g. NFS, CIFS or sftp servers. . S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNames3ql
PackageSectionmisc
PackageVersion2.26+dfsg-4
SHA-1078E3FE349473F4FD9E5D91C629610F922C9CE76
SHA-25647A1B1C750661506AA6D7658424FC52312FB3A236AE814ECF327BC158EB99FB9
Key Value
MD5B38A01C5C156D41CE9FFD516B8B52A30
PackageArchppc64
PackageDescriptionS3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with Internet access. S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for on-line backup and archival. S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases for all its components. == Features == * Transparency. Conceptually, S3QL is indistinguishable from a local file system. For example, it supports hardlinks, symlinks, standard unix permissions, extended attributes and file sizes up to 2 TB. * Dynamic Size. The size of an S3QL file system grows and shrinks dynamically as required. * Compression. Before storage, all data may compressed with the LZMA, bzip2 or deflate (gzip) algorithm. * Encryption. After compression (but before upload), all data can AES encrypted with a 256 bit key. An additional SHA256 HMAC checksum is used to protect the data against manipulation. * Data De-duplication. If several files have identical contents, the redundant data will be stored only once. This works across all files stored in the file system, and also if only some parts of the files are identical while other parts differ. * Immutable Trees. Directory trees can be made immutable, so that their contents can no longer be changed in any way whatsoever. This can be used to ensure that backups can not be modified after they have been made. * Copy-on-Write/Snapshotting. S3QL can replicate entire directory trees without using any additional storage space. Only if one of the copies is modified, the part of the data that has been modified will take up additional storage space. This can be used to create intelligent snapshots that preserve the state of a directory at different points in time using a minimum amount of space. * High Performance independent of network latency. All operations that do not write or read file contents (like creating directories or moving, renaming, and changing permissions of files and directories) are very fast because they are carried out without any network transactions. S3QL achieves this by saving the entire file and directory structure in a database. This database is locally cached and the remote copy updated asynchronously. * Support for low bandwidth connections. S3QL splits file contents into smaller blocks and caches blocks locally. This minimizes both the number of network transactions required for reading and writing data, and the amount of data that has to be transferred when only parts of a file are read or written.
PackageMaintainerFedora Project
PackageNames3ql
PackageRelease1.fc23
PackageVersion2.13
SHA-10A8BE79A59E695F103778496EE48A8BDF102F5B1
SHA-2568200AF7DE6263ABAEE718EF501A8D2F4AC49C26B49366A5A074E31B6F0CE19FD
Key Value
FileSize533802
MD5CD6FC5BB5382788AC50D1FAF4FD0F09A
PackageDescriptionFull-featured file system for online data storage S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access. . S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival. . In addition to accessing online storage services directoly, S3QL can also store its data underneath a regular mount point. This enables the use of S3QL with e.g. NFS, CIFS or sftp servers. . S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases.
PackageMaintainerNikolaus Rath <Nikolaus@rath.org>
PackageNames3ql
PackageSectionmisc
PackageVersion2.21+dfsg-3
SHA-120A43B9E8D6EDB709BF3905B721E1D67C233D8B2
SHA-2567C87AD56F6940328F18DAE3FE27979D3F00593F5715A206ECB0D055773A89372
Key Value
FileSize519356
MD51078C9931EBB52C984DA6A7055CEF645
PackageDescriptionFull-featured file system for online data storage S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access. . S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival. . In addition to accessing online storage services directoly, S3QL can also store its data underneath a regular mount point. This enables the use of S3QL with e.g. NFS, CIFS or sftp servers. . S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNames3ql
PackageSectionmisc
PackageVersion2.26+dfsg-4
SHA-124E6D480D5B6ADF1C2A7C524F3A334C5E65891A0
SHA-256AAAEA973B19849909054E2003F0251FB636805DF528BAA499871B1505B4B56BC
Key Value
FileSize499828
MD59E1F76919425F87636131AD0D3B6B5CD
PackageDescriptionFull-featured file system for online data storage S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access. . S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival. . In addition to accessing online storage services directoly, S3QL can also store its data underneath a regular mount point. This enables the use of S3QL with e.g. NFS, CIFS or sftp servers. . S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNames3ql
PackageSectionmisc
PackageVersion2.15+dfsg-1
SHA-1290DF1B99BE39C40D08C66F1082DF8672E185BD5
SHA-25652E7D9A8583BDCCB255F66E16FDC6C719CCE489006EE9736424BE182A7229BF9
Key Value
FileSize530244
MD502ADEB5CC9E40A43B9BD715B7B38EA92
PackageDescriptionFull-featured file system for online data storage S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access. . S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival. . In addition to accessing online storage services directoly, S3QL can also store its data underneath a regular mount point. This enables the use of S3QL with e.g. NFS, CIFS or sftp servers. . S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases.
PackageMaintainerNikolaus Rath <Nikolaus@rath.org>
PackageNames3ql
PackageSectionmisc
PackageVersion2.21+dfsg-3
SHA-134B277F990F8A7A18979A6D7FAAB0B2AD44878A9
SHA-25615E1B92BA4D9D837736CA74141EB6A513E4475D4271D008D48EB286A46427E49
Key Value
MD5828671416392D535FD9159F8F013D217
PackageArchppc64
PackageDescriptionS3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with Internet access. S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for on-line backup and archival. S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases for all its components. == Features == * Transparency. Conceptually, S3QL is indistinguishable from a local file system. For example, it supports hardlinks, symlinks, standard unix permissions, extended attributes and file sizes up to 2 TB. * Dynamic Size. The size of an S3QL file system grows and shrinks dynamically as required. * Compression. Before storage, all data may compressed with the LZMA, bzip2 or deflate (gzip) algorithm. * Encryption. After compression (but before upload), all data can AES encrypted with a 256 bit key. An additional SHA256 HMAC checksum is used to protect the data against manipulation. * Data De-duplication. If several files have identical contents, the redundant data will be stored only once. This works across all files stored in the file system, and also if only some parts of the files are identical while other parts differ. * Immutable Trees. Directory trees can be made immutable, so that their contents can no longer be changed in any way whatsoever. This can be used to ensure that backups can not be modified after they have been made. * Copy-on-Write/Snapshotting. S3QL can replicate entire directory trees without using any additional storage space. Only if one of the copies is modified, the part of the data that has been modified will take up additional storage space. This can be used to create intelligent snapshots that preserve the state of a directory at different points in time using a minimum amount of space. * High Performance independent of network latency. All operations that do not write or read file contents (like creating directories or moving, renaming, and changing permissions of files and directories) are very fast because they are carried out without any network transactions. S3QL achieves this by saving the entire file and directory structure in a database. This database is locally cached and the remote copy updated asynchronously. * Support for low bandwidth connections. S3QL splits file contents into smaller blocks and caches blocks locally. This minimizes both the number of network transactions required for reading and writing data, and the amount of data that has to be transferred when only parts of a file are read or written.
PackageMaintainerFedora Project
PackageNames3ql
PackageRelease2.fc22
PackageVersion2.9
SHA-138BA5E81ED19D511218F0F90FF20D6AAD6F62C87
SHA-256066B191AA79E5660FBF155580ED4270062151A3AEC4DD96E147FFE4249E608D3
Key Value
FileSize528382
MD534704788A8E756B640D9C356F8F355A1
PackageDescriptionFull-featured file system for online data storage S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access. . S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival. . In addition to accessing online storage services directoly, S3QL can also store its data underneath a regular mount point. This enables the use of S3QL with e.g. NFS, CIFS or sftp servers. . S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases.
PackageMaintainerNikolaus Rath <Nikolaus@rath.org>
PackageNames3ql
PackageSectionmisc
PackageVersion2.21+dfsg-3
SHA-138E1F4F72610491211803064571BA8E3AB2DFF60
SHA-25681AEA4E3A365F0F1F0F47C04EB1274AB6859CF6E162B3E4E02C79730A3082DFD
Key Value
FileSize557726
MD5774001830F90C0780AC82F248FA550E2
PackageDescriptionFull-featured file system for online data storage S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access. . S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival. . In addition to accessing online storage services directoly, S3QL can also store its data underneath a regular mount point. This enables the use of S3QL with e.g. NFS, CIFS or sftp servers. . S3QL is designed to favor 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 and error handling have been included from the very first line, and S3QL comes with extensive automated test cases.
PackageMaintainerNikolaus Rath <Nikolaus@rath.org>
PackageNames3ql
PackageSectionmisc
PackageVersion2.11.1+dfsg-3
SHA-145DDA448374526350C78E83017314EB676EFCE20
SHA-2565A952B2D479369259928DAD176EBA72857E985B4424908D192AA858255B9F770