cmogstored is an alternative implementation of the "mogstored" storage
component of MogileFS. cmogstored is implemented in C and does not
use Perl at runtime. cmogstored is the only component you need to
install on a MogileFS storage node.
(R)?ex is a server orchestration tool to ease the execution of remote commands.
Packer is a tool for creating identical machine images for multiple platforms
from a single source configuration.
System-tools-backends is a collection of scripts (mostly Perl) used by
gnome-system-tools to perform system administration tasks.
zfs-snapshot-clean
------------------
This is a tool to sieve ZFS snapshots as per given spec a la
`pdumpfs-clean'.
Typical usage is as follows:
for vol in zpool/home zpool/var; do
zfs snapshot "$vol@$(date +%Y-%m-%d)" && zfs-snapshot-clean "$vol"
done
Run `zfs-snapshot-clean -h' for details.
The TAI64N format is a format for time stamps in log files, invented by Dan
Bernstein and used by some of his software, most notably the multilog component
of daemontools. That package comes with a program (tai64nlocal) to convert those
time stamps to a human-readable date.
The Tarsnap Graphical User Interface application is an open source
cross-platform frontend to the popular Tarsnap backup service.
Script that uses the periodic system to create and manage tarsnap
backups. Easily configured via /etc/periodic.conf
Tarsnap is an online encrypted backup service. It presents a tar-like
command-line interface, but stores data online rather than locally;
using ideas taken from the author's FreeBSD Update and Portsnap
utilities, it maximizes performance by recognizing duplicate data and
only storing it once, and cryptographically encrypts and signs archives
using locally-held keys in order to guarantee that nobody without access
to the key file (including the author) can read or modify archives.
Tartarus provides a nice wrapper around basic Unix tools such as tar, find and
curl (well, that's not that basic) to provide a seamless backup solution,
aimed at automatic gathering and backup.
It has the ability to do full as well as incremental backups and is published
by Stefan Tomanek under the rules of the GPL.
Instead of relying on single usage backup scripts or complicated command lines,
tartarus reads its configuration from easily manageable configuration files.
It can store gathered data in regular files, or upload the backup directly (on
the fly) to an FTP server. For more specific usage scenarios, custom methods
can also be defined within the config file.