Ports Search

Results 111120 of 1,266 for /sysutils/.(0.127 seconds)
sysutils/cpdup-1.18 (Score: 0.0807937)
Comprehensive filesystem mirroring and backup program
This is the distribution of "cpdup", a powerful filesystem mirroring and backup utility which also has file integrity testing features, supports incremental backups, and remote mirroring via ssh.
sysutils/cramfs-1.1 (Score: 0.0807937)
Linux Compressed ROM FileSystem
Cramfs is a Linux filesystem designed to be simple, small, and to compress things well. It is used on a number of embedded systems and small devices.
sysutils/crashme-2.4 (Score: 0.0807937)
Tool to test an operating system's robustness
Crashme is a very simple program that tests the operating environment's robustness by invoking random data as if it were a procedure. The standard signals are caught and handled with a setjmp back to a loop which will try again to produce a fault by executing random data. Some people call this stress testing.
sysutils/bksh-1.7 (Score: 0.0807937)
Backup-only shell
bksh is a simple (some would say trivial) program designed to be used as a shell by ssh or rsh-like programs. All it does it to copy its input to a restricted set of backup files. It was made to allow administrators to create backup servers in potentially hostile environments without allowing full shell access to the server or the client. Features: - tape only or file & tape backups (compile-time config) - automatic file rotation allows keeping a history of backups - configurable number of files kept (static compile-time or dynamic) - allows naming of backup files on command line - works as a restricted shell to limit access to server - very simple and short ANSI C code, easy to audit
sysutils/createrepo-0.10.4 (Score: 0.0807937)
Utility to create and manage RPM metadata repositories
This utility will generate a common metadata repository from a directory of rpm packages.
sysutils/cronic-3 (Score: 0.0807937)
Shell script that handles cron error detection
Cronic is a small shim shell script for wrapping cron jobs so that cron only sends email when an error has occurred. Cronic defines an error as any non-trace error output or a non-zero result code. Cronic filters Bash execution traces (or anything matching PS4) from the error output, so jobs can be run with execution tracing to aid forensic debugging.
sysutils/bsd-splash-changer-060211 (Score: 0.0807937)
Boot Splash Image Changer
This is a boot splash image changer for FreeBSD. See the post-installation message for instructions.
sysutils/cronolog-1.6.2 (Score: 0.0807937)
Web log rotation utility that provides datestamp filenames
"cronolog" is a simple program that reads log messages from its input and writes them to a set of output files, the names of which are constructed using template and the current date and time. "cronolog" is intended to be used in conjunction with a Web server, such as Apache to split the access log into daily or monthly logs. E.g.: TransferLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/access.log" ErrorLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/errors.log" would instruct Apache to pipe its access and error log messages into separate copies of cronolog, which would create new log files each day in a directory hierarchy structured by date, i.e. on 31 December 1996 messages would be written to: /www/logs/1996/12/31/access.log /www/logs/1996/12/31/errors.log After midnight the following files would be used: /www/logs/1997/01/01/access.log /www/logs/1997/01/01/errors.log
sysutils/curly-3.4 (Score: 0.0807937)
Generalize listed filenames to csh-extended glob patterns
Curly filters a list of filenames to a greatest-common-denominator glob pattern used by most shells.
sysutils/currtime-0.2.5 (Score: 0.0807937)
Enhanced command-line operated real time clock
currtime is an enhanced command-line operated real time clock. Features include: * Time displayed in Unix-compatible format * Shows the current time on the same line * Can run for a specified number of ticks (seconds) with the -T (ticks) flag * Option to display each tick on a new line with the -n flag