Download List

Projeto Descrição

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

Note que esta é a última versão em Python 2. A próxima versão será apenas no Python 3. Pyinotify.py foi atualizado para 0.9.1 (20110405). Um parâmetro porta SSH para sincronização de SSH foi adicionado. A barra (/) exigência de origem e de destino, foi removido. Pyinotify.py versão 3 para pirsyncd.Py3k foi adicionado.
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

epilog OptionParser mudou a descrição. Um rsync + pyinotify excluir padrão foi adicionado.
OptionParser epilog has changed to description. An rsync + pyinotify exclude pattern has been added.

2010-07-24 20:42
20100724

O código para eventos duplicados inode foi reescrito, utilizando dicionário Python. A opção para executar em primeiro plano foi adicionado. Código para o espelhamento na primeira corrida, sem olhar para os eventos inode foi adicionado. Código styling foi melhorado, e uma pontuação Pylint de 7,35 foi alcançado. As variáveis globais foram redefinidos.
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

Uma variável de contador foi adicionado para eventos inode (e não a partir da linha de comando). Um código para desativar eventos inode duplicado foi adicionado.
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

A versão do Python 3-PIrsyncD.v3 arquivo baseado PIrsyncD foi adicionado. O Python Code Styling foi fiixed usando pontuação (pylint 7,09). Existem algumas correções de código pequeno.
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