Download List

Descripción del Proyecto

Rsyncrypto allows you to encrypt a file or a
directory structure such that they can later be
synchronized to another machine using rsync. This
means that local changes to the plain text file
result in local changes to the cipher text file.
rsyncrypto compresses the plain text file prior to
encrypting it with gzip using the "rsyncable"
patch, which is available from the rsync sources.

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.

2008-07-24 09:38
1.12

Creación de archivos de una manera segura. Mejor presentación de informes de error en Windows.
Tags: Minor feature enhancements
Creation of files in a safe way. Better error reporting on Windows.

2008-06-25 06:00
1.11

Una violación de segmento cuando la clave privada es necesaria pero no está disponible se ha solucionado. En Vista, los enlaces simbólicos se identifican (y se omite). Este comunicado no terminará tan pronto como se produce un error, pero continuará en la próxima operación razonable.
Tags: Minor bugfixes
A segfault when the private key is needed but not available has been fixed. On Vista, symbolic links are identified (and ignored). This release will not terminate as soon as an error occurs, but will continue at the next reasonable operation.

2008-05-24 05:24
1.10

Esta versión incluye una opción "- los cambios a la exportación", que escribe en un archivo de registro de los archivos afectados por la operación de una manera adecuada para pasar a rsync - incluyen-de la opción. En Windows, mkdir todavía un error si el último componente de la ruta de acceso para crear era una letra de unidad, lo que ha sido corregido.
Tags: Minor feature enhancements
This release adds an option "--export-changes" that writes to a log file the files affected by the operation in a way suitable for passing to rsync's --include-from option. On Windows, mkdir would still fail if the last component of the path to create was a drive letter; this has been fixed.

2008-05-15 22:25
1.09

Un grave error fue corregido: cuando se elimina un directorio completo con - nombre-cifrar y - delete-llaves, rsyncrypto (desde 1,07) dejaría un filemap corruptos detrás. El "rsyncrypto_recover" esta herramienta, que fija la corrupción causada por el error anterior.
Tags: Major bugfixes
A serious bug was fixed: when deleting an entire
directory with --name-encrypt and --delete-keys,
rsyncrypto (since 1.07) would leave a corrupt
filemap behind. The "rsyncrypto_recover" tool was
added, which fixes the corruption caused by the
above bug.

2008-05-11 17:35
1.08

Cuando un directorio se convierte en un archivo con - nombre-cifrar y - eliminar, rsyncrypto terminaría con un error. Este comunicado se asegura de que utiliza un filemap vacío preexistentes no rsyncrypto accidente. -d con - Filelist con stdin como entrada erronous creado una "necesidad - no-archive-mode", lo que ha sido corregido. El error mkdir en Win32 es realmente fija este momento. - ne-anidación causaría - eliminar y - Eliminar las claves para eliminar el mal camino (y así no), lo que ha sido corregido.
Tags: Major bugfixes
When a directory turns into a file with --name-encrypt and --delete, rsyncrypto would terminate with an error. This release ensures that using a preexisting empty filemap does not crash rsyncrypto. -d with --filelist with stdin as input created an erronous "need --no-archive-mode"; this has been fixed. The mkdir error on Win32 is really fixed this time. --ne-nesting would cause --delete and --delete-keys to delete the wrong path (and thus fail); this has been fixed.

Project Resources