also applicable for commands BEFORE sync

This commit is contained in:
Nick Dimou 2016-12-06 08:14:48 +02:00 committed by GitHub
parent 02629d2546
commit e1db12d4c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
layout: default
title: "FAQ: How can I call a script after each rsync operation?"
title: "FAQ: How can I call a script before or after each rsync operation?"
---
The issue with this quite frequent request is, by itself it complicates error handling a lot. What should Lsyncd do, when the script fails that it ought to run after each rsync call? If it should recall the post script it would require a new state for each rsync event which would complicate Lsyncd code quite a bit.