Download List

Descripción del Proyecto

RVM is an archive manager that uses rsync to
manage backups of multiple clients across multiple
logical partitions (vaults). It has some features
that some other rsync-based backup schemes lack,
such as being written in C++, needing no scripts
or other programs than rsync and any binaries on
which rsync depends (such as SSH), the ability to
manage multiple instances of rsync connections to
separate clients in parallel, the ability to use
multiple logical partitions (vaults) in a
configurable fashion for purporses of redundancy
and added reliability, and the use of hard links
for files that have not changed from one archive
to the next.

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.

2010-10-01 07:17
1.07

Varios bugs encontrados y reparados. Una opción de configuración para pasar las pruebas STL excepción de memoria ha sido añadido.
Several important bugs found and fixed. A configure option to skip STL memory exception testing has been added.

2009-06-27 02:51
1.05

Actualizado al compilar con gcc 4.3.x. Correcciones de errores menores. Una corrección de errores importantes que se traduciría en que rsync incorrecta de E / S de tiempo de espera de procesamiento. Una corrección de errores importantes que se traduciría en una sesión programada de salida rsync registrados como éxito, resultando en una copia de seguridad completa.
Updated to compile with gcc 4.3.x. Minor bugfixes. A major bugfix that would result in incorrect rsync I/O timeout processing. A major bugfix that would result in a timed-out rsync session being reported as successful, resulting in an incomplete backup.

2008-07-02 02:28
1.03

Esta versión corrige un error analizar las opciones de rsync que daría lugar a un argumento de cadena vacía pasó a rsync.
Tags: Major bugfixes
This release fixes an rsync options parsing bug that would
result in an empty string argument passed to rsync.

2008-06-06 05:20
1.02

Este comunicado se compila con la última gcc, y tiene otras correcciones de errores menores. Añade rsync-reintento de retraso, y rsync-multi-HardLink nuevas versiones de rsync que soportan múltiples - link-dest = opciones de línea de comandos.
Tags: Minor feature enhancements
This release compiles with the latest gcc, and has other minor bug fixes. It adds rsync-retry-delay, and rsync-multi-hardlink for newer versions of rsync that support multiple --link-dest= command line options.

2006-07-17 19:26
1.01

Errores menores fijos: un error de resolución comodín, los nombres de directorio de archivo incorrecto, ID de trabajo vacío en los informes y controles de este comunicado que se puede escribir en una bóveda antes de ejecutar rsync. Una bóveda opción de bloqueo evita que varias instancias de rvm el uso de la bóveda misma, hay un error de separar el nivel de registro que se utilizará cuando vuelve a intentar un comando rsync, y hay una opción para eliminar archivos de registro antiguos, junto con archivos antiguos.
Tags: Minor feature enhancements
Minor bugs fixed: a wildcard resolution bug, incorrect archive directory names, empty job IDs in reports, and this release checks that a vault is writable before running rsync. A vault locking option prevents multiple instances of rvm from using the same vault, there is a separate error logging level to be used when retrying an rsync command, and there is an option to delete old log files along with old archives.

Project Resources