Skip to content

ebal/pirsyncd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pirsyncd stands for: Python Inotify Rsync Daemon

https://balaskas.gr/blog/?page=pirsyncd

pyinotify.py home is here: https://github.com/seb-m/pyinotify/wiki
https://github.com/seb-m/pyinotify
stable version 0.8.8 (02-Nov-2009)

If you want to see what pyinotify monitors, try this: 
	python -m pyinotify -r /tmp

Known Issue:
	Missed events when kernel inotify stack overflow

To see the max queued events:
	cat /proc/sys/fs/inotify/max_queued_events

How to fix it:
	echo 32768 > /proc/sys/fs/inotify/max_queued_events

A mini presentantion is here: 
	https://ebalaskas.gr/pirsyncd/pyinotify.tbz

A FAQ page (mostly in greek) is here:
	https://ebalaskas.gr/wiki/pirsyncd

Before you start run:

./pirsyncd -h
&
./pirsyncd --examples

About

Python Inotify Rsync Daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages