Ports Search

Results 1,1111,120 of 1,266 for /sysutils/.(0.604 seconds)
sysutils/cmogstored-1.6.0 (Score: 0.0807937)
Alternative mogstored implementation for MogileFS
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.
sysutils/Rex-1.4.1 (Score: 0.0807937)
Perl framework for automation and systems administration
(R)?ex is a server orchestration tool to ease the execution of remote commands.
sysutils/packer-0.10.1 (Score: 0.0807937)
Tool for creating machine images
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
Backend system admin scripts for gnome-system-tools
System-tools-backends is a collection of scripts (mostly Perl) used by gnome-system-tools to perform system administration tasks.
sysutils/zfs-snapshot-clean-0.2.0 (Score: 0.0807937)
Tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean'
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.
sysutils/tai64nfrac-1.4 (Score: 0.0807937)
Convert tai64n format invented by Dan Bernstein
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.
sysutils/tarsnap-gui-0.9 (Score: 0.0807937)
Cross platform GUI for the Tarsnap command line client
The Tarsnap Graphical User Interface application is an open source cross-platform frontend to the popular Tarsnap backup service.
Simple way of making tarsnap backups using the periodic system
Script that uses the periodic system to create and manage tarsnap backups. Easily configured via /etc/periodic.conf
sysutils/tarsnap-1.0.37 (Score: 0.0807937)
Online encrypted backup service (client)
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.
sysutils/tartarus-0.9.8 (Score: 0.0807937)
Wrappers around common Unix tools for simplified backup solution
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.