Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Mehrere wichtige Bugs gefunden und behoben. Eine Konfigurationsoption auf STL Speicher Ausnahme Prüfung überspringen wurde hinzugefügt.
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

Aktualisiert, um mit gcc kompilieren 4.3.x. Kleinere Bugfixes. Ein wichtiger Bugfix, dass in der falschen rsync I / O-Timeout Verarbeitung führen würde. Ein wichtiger Bugfix, die in einem timed-out rsync-Sitzung führen würde als erfolgreich gemeldet, die eine unvollständige Sicherung.
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

Diese Version behebt ein rsync Options parsing Fehler, die sich in einem leeren String-Argument für rsync weitergegeben würde.
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

Diese Version kompiliert mit den neuesten gcc, und andere kleinere Bugfixes. Sie fügt hinzu, rsync-retry-delay, und rsync-multi-Hardlinks für neuere Versionen von rsync, die eine Vielzahl - link-dest = command line options.
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

Kleinere Fehler wurden korrigiert: ein Wildcard-Auflösung Fehler, falsche Archiv-Verzeichnis-Namen, leere Job-IDs in den Berichten, und die neue Version überprüft, ob ein Gewölbe vor dem Ausführen von rsync ist beschreibbar. Ein Gewölbe locking-Option verhindert, dass mehrere Instanzen von rvm aus mit dem gleichen Gewölbe, gibt es eine eigene Error-Logging-Ebene zum Einsatz, wenn ein neuer Versuch rsync-Kommando, und es gibt eine Option, um alte Log-Dateien zusammen mit alten Archiven zu löschen.
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