Result for 083C45D4798D6E20A4C88952D2A3C81FD854A602

Query result

Key Value
FileName./usr/share/man/man1/s3qlctrl.1.gz
FileSize1641
MD5A73ABB3FD6763481540027CBE93AB4F5
SHA-1083C45D4798D6E20A4C88952D2A3C81FD854A602
SHA-256C6301EE408426F2F3F49F64011BA498AD1EA7583598E24542551BC67D30A28B1
SSDEEP48:XIpffQjszeIJdcnnbMuq4YfHs5TdhOET0FML7TATS:8ffQjsCZML4OHs5phOET0E
TLSHT12631F8680E1BE6140267032ACF2846B4ABE964D4751E1AC2BCEC5A3F5145FE39BC20CA
hashlookup:parent-total5
hashlookup:trust75

Network graph view

Parents (Total: 5)

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

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
MD58E4ED6575C110A544083915E2E82C4A1
PackageArchs390x
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-15079E1DACD2C2F66E7BF987C0230F9A520F9B0F6
SHA-2567BA865ED3BF15D726BF723FEF2AE91AE69F27DB1BB8D20A580F57E75C49058E6
Key Value
MD55AA5321D8E93D38580A43670ADD7B5D1
PackageArchaarch64
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-1B989D2EC1EDF10023C86509722F8EE43018096DE
SHA-256C97C0EBD6CD5DDDEAE1F928E5EE37B2AC35CD8C1EE277ACCDF4534D2FBED4DC4
Key Value
MD5F1454E25CB9FCCF14AB4DA6FD675E5A6
PackageArchppc64le
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-1D3DFCED9B386B54287293F2C9B68EEDAB4E109EF
SHA-256A5E9D27D83D79A84911B63B80645033C3BCE94FD6F0CCD09634E12437CDDA2CD
Key Value
MD5DAD268E050E0599814B25E78568CB03C
PackageArchs390
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-1DACF284D6FF7DB2C5F960EBCC71F30874BC19D38
SHA-256FE67D566DFA147BBE2725FBB79D0D833A14FF17A5E3811F142ED9EF0D262BCC2