12 projects tagged "Linux"
The BRU Backup and Restore Utility features data-verified backups, scalability, configurability, and ease of use for Linux and Unix. Versions are available for Linux, FreeBSD, and most UNIX variants. It works via an X11 interface, command line interactive, or through a scripted, scheduled (CRON) mechanism.
KBACKUP is intended for handling of backups no matter whether they reside on disk or tape or even in files. As most other backup programs available today are either confusing the user with lots of long command line options, or user friendly but not powerful at all, the aim behind writing KBACKUP was to provide a user friendly yet powerful backup program. It is also intended to be kept compatible to existing and well proven archive formats, so you can restore your archives even if you should not have KBACKUP around anymore.
makeself is a small shell script that generates a self-extractable compressed TAR archive from a directory. The resulting file appears as a shell script, and can be launched as is. The archive will then uncompress itself to a temporary directory and an arbitrary command will be executed (for example, an installation script). This is pretty similar to archives generated with WinZip Self-Extractor in the Windows world.
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.
NEPM monitors and reports uptime, critical events and their predecessors, access rates, bytes-served rates, and error rates for network node equipment. Hardware and software elements within the nodes are tracked and reported separately to make possible rapid fault isolation. It is a very general, highly configurable, two-part software system that captures and analyzes logged performance data from IP-networked equipment and reports it via email and Web pages. Current conditions and history from systems based on Windows NT/2000, Unix, and Unix-style operating systems can be tracked and reported. Most major server, switch and router systems can be monitored, without running agents on the target systems. NEPM itself is system-independent and can be hosted on either a Unix or Win NT system or a combination of these with equal ease.
bdmn is client/server-oriented backup system. The daemon runs on the machine being backed up, and the client runs on the machine that stores the backup. It is very simple, but very fast. It only uses tar, gzip, uuencode, and Perl, so it is portable to many operating systems. It includes a very simple access control system for itself.
Simplebackup is a cross-platform backup program. It reads a configuration file, then it builds a compressed file for each of your backup directories or files on your backup list, and places the compressed files into another location. For example, this location can be a network mapped drive in Windows, an NFS mounted drive in Unix, another hard disk, an FTP server, an SFTP (Secure FTP) server, an HTTP (WebDAV) server, one or more email accounts, or a tape device (Unix only). This will duplicate your information, doing the so called "backup".