Download List

프로젝트 설명

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

이것은 파이썬이의 마지막 버전이됩니다. 다음 버전은 파이썬 3에서만됩니다. Pyinotify.py은 0.9.1 (20110405)에 업데이 트되었습니다. SSH를의 동기화를위한 SSH 포트 매개 변수가 추가되었습니다. 뒤에 슬래시가 (/) 원본 및 대상 경로에 대한 요구 사항이 제거되었습니다. pirsyncd.Py3k에 대한 Pyinotify.py 버전 3에 추가되었습니다.
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

OptionParser의 발문이 설명으로 바뀌었습니다. rsync가 + 패턴을 제외 pyinotify 추가되었습니다.
OptionParser epilog has changed to description. An rsync + pyinotify exclude pattern has been added.

2010-07-24 20:42
20100724

inode 이벤트를 중복 코드는 파이썬을 사용하여 재작 성되었습니다 사전. 전경이 추가되었습니다에서 옵션을 실행합니다. inode 이벤트를보고하지 않고 처음 실행에 미러링을위한 코드가 추가되었습니다. 코드 스타일링은 개선되었다 7.35의 pylint 점수가 달성되었다. 전역 변수는 재정의되었습니다.
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

카운터 변수를 최종 변경 이벤트 커맨드 라인 (안)에서 추가되었다. 중복 해제 최종 변경 이벤트에 코드가 추가되었습니다.
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

파이썬 버전 3 기반 PIrsyncD 파일 PIrsyncD.v3 추가되었습니다. 파이썬 코드 스타일링 pylint (점수 7.09)을 사용하여 fiixed되었습니다. 몇 가지 작은 코드를 수정합니다.
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