9 projects tagged "Mirroring"
pkt is a universal XML packet archiver. It can manipulate files for backing up documents, transferring them across networks, emailing them, and sharing them by other means (p2p etc). It uses plugin filters to do the job and handles virtually any format available if there is a plugin for it. It handles encryption, compression, conversion, parity checking, decryption, decoding, repairing, rebuilding, and other tasks using a universal file format (XML-based). By default, all pkt output is in 7-bit ASCII which is UTF encoded and is compatible with XML parsers. pkt files can be disassembled, reassembled, and repaired by hand if necessary. pkt also supports the use of 8-bit compressed XML packets for its archives using one of several compression algorithms. In general, pkt will try to use the best algorithms available.
mrepo (formerly known as Yam) builds a local APT/Yum RPM repository from local ISO files, downloaded updates, and extra packages from RHN (Red Hat Network) and 3rd party repositories. It takes care of setting up the ISO files, downloading the RPMs, configuring HTTP access, and providing PXE/TFTP resources for remote installations. It was primarily intended for doing remote network installations of various distributions from a laptop without the need for CD media or floppies, but is equally suitable for an organization's centralized update server.
AntFlow builds upon Apache Ant to provide a new approach to simplifying system automation that uses pipelines of hot folders chained together to perform a given task. Using XML, it associates an automated task such as data transfer, encryption, or XML processing with a directory on the local system. Whenever a file is copied or written into the hot folder, the associated task is executed and the file is moved to the next hot folder in the pipeline for further processing.
NexentaStor is a unified storage solution that installs on standard hardware and provides enterprise class storage at a fraction of the cost of legacy, proprietary storage solutions. NexentaStor is particularly well suited for virtualized environments thanks to the ability of NexentaStor to eliminate duplication of primary data storage, to manage the storage for virtual environments from one interface, and to leverage SSDs to address the random I/O and boot storm issues with virtual environments.
wget can be used to download a Web site, with all pages referenced by the originating one, but it saves all pages in a directory tree (or single directory). The intention of web-archive-creator is to join the power of wget and the usability of the .war format, which Konqueror is able to browse. The Web ARrchive format is simply a tarred and gzipped file containing the Web files. The web-archive-creator script performs the download with wget and writes an index.html linking to the starting pages/URLs wget fetched.
vm-image-manage is a simple script for managing a small cluster of Xen virtual machines on a single host with one command. It's optimized for repeatedly restarting a virtual machine slot with an image. It features templates for Xen configuration files. It speeds the import and export of Xen images to tgz archives. It speeds frequent redeployment with rsync. It manages mounting domains when the VM is down and un-mounting when the domain is launched.