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.

2004-03-25 00:54
0.80.2-alpha

Tags: Major bugfixes

2004-03-05 01:58
0.80-alpha

Gran parte del programa ha sido reescrito. Ahora compila con gcc 2.95.x, y ha tenido una revisión de configuración completo. Ahora lee el archivo de configuración (s) con una sintaxis de un lenguaje similar al Apache, dándole la configuración de un sistema mucho más potente y flexible. Puede ahora los archivos de almacenamiento locales o archivos de un servidor rsync, así como los archivos de un host remoto a través de RSH o SSH. Una opción de tiempo de espera le permite terminar las sesiones de rsync que pueden haber colgado, y ahora le dará los códigos de salida diferentes dependiendo del tipo de error.
Tags: Major feature enhancements
Much of the program has been rewritten. It now compiles
under gcc 2.95.x, and has had a complete configuration
overhaul. It now reads configuration file(s) with a language
syntax similar to Apache, giving it a much more powerful and
flexible configuration scheme. It can now archive local files or
files from an rsync server, as well as files from a remote host
via RSH or SSH. A timeout option allows it to terminate rsync
sessions that may have hung, and it will now give different
exit codes depending on the type of error.

2003-11-24 21:29
0.79

Esta versión incluye a las secuencias de comandos y limpia autoconf, añade más funciones a la configuración de RVM, y limpia el código. La página del manual es hasta la fecha.
Tags: Major feature enhancements
This release adds to and cleans up autoconf scripts, adds more features to RVM configuration, and cleans up the code. The man page is up to date.

2003-10-31 02:32
0.78

Esta versión acaba de codificación de la funcionalidad básica. Código todavía se debe considerar alfa hasta más pruebas se ha hecho. Mucho trabajo se ha hecho en un gran número de archivos. Padre / hijo / S fue desarrolladas y probadas. Un generador nuevo informe fue escrito. Esta versión añade un comando - opción de marca de tiempo en línea para que vuelva a intentar manual de un anterior intento fracasado o interrumpido archivo. Muchos errores también se han fijado.
Tags: Minor feature enhancements
This version finishes coding the core functionality. Code
should still be considered alpha until more testing has
been done. Lots of work has been done on a great many
files. Parent/child I/O was fleshed out and tested. A new
report generator was written. This version adds a --
timestamp command line option to allow manual retry of
a previous failed or interrupted archive attempt. Many
bugs were also fixed.

2003-10-20 21:46
0.76

Paralelo alfa liberación de procesamiento de código. Esta versión es capaz de archivar varios clientes al mismo tiempo. La generación de informes ha sido eliminada hasta que el código puede ser renovado para copias de seguridad paralelo. Una página de manual ha sido añadido. Hay muchos cambios y correcciones de errores del código y de secuencias de comandos de autoconf.
Tags: Major feature enhancements
Parallel processing alpha code release. This version is capable of archiving multiple clients simultaneously. Report generation has been removed until the code can be revamped for parallel backups. A man page has been added. There are many changes and bugfixes to the code and autoconf scripts.

Project Resources