Download List

Descripción del Proyecto

dbackup is a disk-based client-server backup system for Linux or other UNIX systems. It works on the principle that disks are cheaper and more reliable than tapes. Backups are started by cron, probably on a daily basis, by the client. The client backs up individual filesystems or directories with tar and sends the result to the server, which stores them in a simple tree-based directory structure. Restores are trivial, either by using the supplied restore client, or by simply copying the appropriate tar files off the server and uncompressing them.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-26 12:00
1.1.0

Este lanzamiento es un cambio importante que rompe la compatibilidad. Sin embargo, es mucho más extensible y un poco más limpio.
Tags: Stable, Major feature enhancements
This release is a major change that breaks backward compatibility. However it is much more extensible and quite a bit cleaner.

2003-05-14 08:22
1.0.3

Binmode: prima se utiliza ahora para todos los identificadores de archivo, que debe fijar el "carácter ancho en syswrite" errores que se produjeron con Red Hat 8.0/9.0. Esta versión también funciona mejor con la distribución localizada.
Tags: Stable, Minor bugfixes
Binmode :raw is now used for all file handles, which
should fix the "Wide character in syswrite" errors
that occured with Red Hat 8.0/9.0. This release also
works better with localized distributions.

2003-05-08 11:13
1.0.2

Esta versión incluye una entrada en / etc / services y requiere xinetd. Las vías de acceso por defecto para los binarios y archivos de configuración se han cambiado, y safe_mode ya no es el predeterminado en dbackup_archive, pero se puede activar con-s. Más estadísticas están disponibles en dbackup_report, y dbackup_server ahora enfrenta mejor con fuera de los errores de espacio. dbackup_verify ahora hace una verificación de dos etapas. Pruebas, detallado, y saltar MD5 son ahora opciones. Un sistema de archivos en el manejo de errores dbackup_client también fija.
Tags: Stable, Minor bugfixes
This release adds an entry to /etc/services and
requires xinetd. The default paths for binaries and
config files were changed, and safe_mode is no
longer the default in dbackup_archive, but can be
enabled with -s. More stats are available in
dbackup_report, and dbackup_server now copes
better with out-of-space errors. dbackup_verify now
makes a two-stage check. Testing, verbose, and
skip MD5 are now options. A filesystem handling
bug in dbackup_client was also fixed.

2002-12-10 04:45
1.0.1

Una solución para un problema con el manejo de sistemas de archivos argumento de sacar una copia de seguridad.
Tags: Stable, Minor bugfixes
A fix for a problem with argument handling pulling out filesystems to back up.

2002-12-09 06:18
1.0.0

Tags: Stable, Initial freshmeat announcement

Project Resources