Download List

Descripción del Proyecto

pirysncd is an attempt to write a daemon to watch a directory for kernel write notifications and then execute an rsync command to synchronize two different directories (local or remote). This is a poor man's mirroring or an alternative (not so) real data replication mechanism based on Pyinotify.

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.

2011-04-13 06:29
20110412

Tenga en cuenta que esta es la última versión de Python 2. La próxima versión será sólo en Python 3. Pyinotify.py ha sido actualizado a la 0.9.1 (20110405). Un parámetro puerto SSH para la sincronización de SSH se ha añadido. La barra diagonal (/), requisito para la fuente y la ruta de destino se ha eliminado. Pyinotify.py versión 3 para pirsyncd.Py3k ha añadido.
Note that this is the last version in Python 2. The next version will be only in Python 3. Pyinotify.py has been updated to 0.9.1 (20110405). An SSH port parameter for synchronization of SSH has been added. The trailing slash (/) requirement for source and destination path has been removed. Pyinotify.py version 3 for pirsyncd.Py3k has been added.

2010-09-09 08:03
20100908

epílogo OptionParser ha cambiado a la descripción. Un rsync + pyinotify excluir patrón ha sido añadido.
OptionParser epilog has changed to description. An rsync + pyinotify exclude pattern has been added.

2010-07-24 20:42
20100724

El código para duplicar eventos inodo se volvió a escribir usando Python diccionario. La opción de ejecutar en el primer plano se añadió. Código para el reflejo en la primera carrera sin mirar a eventos inodo se añadió. Código estilo se ha mejorado, y una puntuación de 7,35 pylint logró. Las variables globales se han redefinido.
The code for duplicate inode events was rewritten using Python dictionary. The option to run in the foreground was added. Code for mirroring in the first run without looking at inode events was added. Code styling was improved, and a pylint score of 7.35 was achieved. Global variables were redefined.

2010-03-26 17:22
20100326

Una variable de contador se ha añadido para eventos inode (no de la línea de comandos). Un código para desactivar los eventos inode duplicado fue añadido.
A Counter variable was added for inode events (not from the command line). A code to disable duplicate inode events was added.

2010-03-18 02:56
20100317

La versión de Python 3-PIrsyncD.v3 PIrsyncD basada archivo ha sido añadido. El estilo de Código Python ha sido fiixed utilizando pylint (puntuación de 7,09). Hay algunas pequeñas correcciones de código.
The Python version 3-based PIrsyncD file PIrsyncD.v3 has been added. The Python Code Styling has been fiixed using pylint (score 7.09). There are some small code fixes.

Project Resources