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.
Verwandte ProjekteWin32 Disk Imager, 7-Zip, iReport-Designer for JasperReports, DeSmuME, SmillaEnlarger |
rsync is a replacement for rcp (and scp) that has many more features. It uses the "rsync algorithm" which provides a very fast method for remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.
Verwandte ProjekteTuxGuitar, Darik's Boot and Nuke, GLOBALBASE PROJECT, Ecolinux, yet another knoppix-jp |
storeBackup is a backup utility that stores files on other disks. It's able to compress data, and recognize copying and moving of files and directories (deduplication), and unifies the advantages of traditional full and incremental backups. It can handle big image files with block-wise changes efficiently. Depending on its contents, every file is stored only once on disk. Tools for analyzing backup data and restoring are provided. Once archived, files are accessible by mounting file systems (locally, or via Samba or NFS). It is easy to install and configure. Additional features are backup consistency checking, offline backups, and replication of backups.
Verwandte ProjekteMeltice Family, PeaZip, Win32 Disk Imager, Dumpper v.60.3, Clonezilla |
mkisofs is used for premastering iso9660 filesystems which are used on CDROMs. The output of mkisofs can then be sent to a CDROM writer with a utility such as cdrecord. It has support for many formats, including Rock Ridge, Joliet, and Apple HFS (beta).
bzip2 is a portable, lossless data compressor based on the Burrows-Wheeler transform. It achieves good compression and runs on practically every (32/64-bit) platform in the known universe. The compression engine is also available as a library (libbz2), should you desire a programmatic interface.
Verwandte ProjekteDeSmuME, LHa for UNIX, Meltice Family, SmillaEnlarger, Darik's Boot and Nuke |
ISO Master is an easy to use GUI CD image editor for Linux, BSD, and Windows. Basically, you can use this program to extract files from an ISO, add files to an ISO, and create bootable ISOs, all in a graphical user interface. It can open both ISO and NRG files, but can only save as ISO. It is based on bkisofs, a library for reading, modifying, and writing ISO images.
Verwandte ProjekteWinMerge Japanese, DeSmuME, X/Qt Server, PeaZip, iReport-Designer for JasperReports |
HTTrack is an easy-to-use offline browser utility. It allows you to download a Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the mirrored Web site in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. WebHTTrack is a Web-based GUI for HTTrack.
Verwandte ProjekteDarik's Boot and Nuke, Shiira, BathyScaphe, iReport-Designer for JasperReports, bbs2chreader |
Bacula is a set of programs that allow you to manage the backup, recovery, and verification of computer data across a network of different computers. It is based on a client/server architecture and is efficient and relatively easy to use, while offering many advanced storage management features that make it easy to find and recover lost or damaged files.
Verwandte ProjekteGparted, Media Player Classic - Home Cinema, TPI, Dumpper v.60.3, MPC-BE |
Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses more than bzip2, which makes it well suited for software distribution and data archiving. Lzip is a clean implementation of the LZMA algorithm. The Lzip file format is designed for long-term data archiving. It is clean, provides very safe four factor integrity checking, and is backed by the recovery capabilities of lziprecover.
Verwandte ProjekteDeSmuME, iReport-Designer for JasperReports, Lupin, PeaZip, TuxGuitar |
Cyphertite is a tar-like secure remote archiver. It deduplicates, compresses, and encrypts data prior to transmission, providing total privacy while reducing unnecessary wire traffic. It seamlessly supports IPv6 and IPv4 on a variety of platforms.
Verwandte ProjekteMedia Player Classic - Home Cinema, MeCab, Dumpper v.60.3, MPC-BE, Win32 Disk Imager |
Opendedup is a deduplication-based filesystem and block device designed to provide inline deduplication and flexiblity for applications. It benefits services such as backup, archiving, NAS storage, and Virtual Machine primary and secondary storage, and can be deployed in both a stand alone and distributed, multi node configuration. Standalone, it provides inline deduplication, replication, and unlimited snapshot capabilities. In a multi-node configuration, it adds global intra-volume deduplication, block storage redundancy, and block storage expandability. and will store and share unique data blocks with other volumes within the cluster. These volumes can also specify a level of redundancy for data stored in the cluster.
Verwandte ProjekteWin32 Disk Imager, iReport-Designer for JasperReports, Lupin, PeaZip, Darik's Boot and Nuke |
pngcrush is an excellent batch-mode compression utility for PNG images. Depending on the application that created the original PNGs, it can improve the file size anywhere from a few percent to 40% or more (completely losslessly). The utility also allows specified PNG chunks (e.g. text comments) to be inserted or deleted, and it can fix incorrect gamma info written by Photoshop 5.0 as well as the erroneous iCCP chunk written by Photoshop 5.5.
Verwandte Projekte7-Zip, SmillaEnlarger, DeSmuME, Separate+, PeaZip |
UnZip will list, test, or extract files from a ZIP archive, commonly found on DOS and Windows systems. A companion program, Zip, creates ZIP archives; both are part of the Info-ZIP project. Both programs are compatible with archives created by PKWARE's PKZIP or Nico Mak's WinZip, but in many cases the program options or default behaviors differ.
Verwandte ProjekteSeasar, iReport-Designer for JasperReports, SmillaEnlarger, TuxGuitar, DeSmuME |
Amanda is a popular network backup and archiving software that protects multiple machines running various versions of Linux, Unix, and Microsoft Windows operating systems. It supports tapes, disks, optical media, and changers.
Verwandte ProjekteMPC-BE, Media Player Classic - Home Cinema, Gparted, Clonezilla, epo |
Unison is a file-synchronization tool for Unix and Windows. It allows two copies of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison can deal with updates to both replicas of a distributed directory structure. Updates that do not conflict are propagated automatically. Conflicting updates are detected and displayed. Unison can communicate through a direct socket link or through an rsh/ssh tunnel. It uses network bandwidth efficiently.
Verwandte ProjekteMPC-BE, GLOBALBASE PROJECT, FFFTP, FileZilla JP Info, Clonezilla |