Bu haftada lsyncd ve rsyncd ile eğlendik.
lsyncd, rsync için yazılmış güzel bir servis. Güzelliği; bir servis olarak çalışması ve belirtilen bir dizinde değişiklik olduğunda (dosya güncellemesi, silme, ilave etme vs.), hemen hedef sunucu üzerinde bu işlemi yapılması için rsync yi çalıştırabilmesi. Tabi isterseniz rsync dışında başka işlemlerde yapabilirsiniz.
Örnek olarak bir güncelleme/silme/ekleme işlemi olduğunda kendinize, eposta gönderilmesi gibi.
https://github.com/axkibe/lsyncd/wiki/Manual-to-Lsyncd-2.1.x
Genç arkidişlerden birtanesi, lsyncd dökümanları Türkçe'leştirse ne güzel olur.
lsyncd, rsync için yazılmış güzel bir servis. Güzelliği; bir servis olarak çalışması ve belirtilen bir dizinde değişiklik olduğunda (dosya güncellemesi, silme, ilave etme vs.), hemen hedef sunucu üzerinde bu işlemi yapılması için rsync yi çalıştırabilmesi. Tabi isterseniz rsync dışında başka işlemlerde yapabilirsiniz.
Örnek olarak bir güncelleme/silme/ekleme işlemi olduğunda kendinize, eposta gönderilmesi gibi.
Sistem yöneticisi olan tüm arkidişlerin aşağıdaki el kitabına bakmaları faydalı olur.
DESCRIPTION
------------
Lsyncd(1) watches local directory trees through an event monitor interface
(inotify, fsevents). It aggregates and combines events for a few seconds and
then spawns one or more processes to synchronize the changes. By default this
is rsync(1). Lsyncd is thus a light-weight asynchronous live mirror solution
that is comparatively easy to install not requiring new filesystems or
block devices and does not hamper local filesystem performance.
Rsync+ssh is an advanced action configuration that uses a SSH(1) to act file
and directory moves directly on the target instead of re-transmitting the move
destination over the wire.
Fine-grained customization can be achieved through the CONFIG-FILE. Custom
action configs can even be written from scratch in cascading layers ranging
from shell scripts to code written in the LUA(1) language. This way simplicity
can be balanced with powerfulness. See the online manual for details on the
CONFIG-FILE https://github.com/axkibe/lsyncd/wiki/Manual-to-Lsyncd-2.0.x .
Note that under normal configuration Lsyncd will delete pre-existing files in
the target directories that are not present in the respective source directory.
https://github.com/axkibe/lsyncd/wiki/Manual-to-Lsyncd-2.1.x
Genç arkidişlerden birtanesi, lsyncd dökümanları Türkçe'leştirse ne güzel olur.
Yorumlar
Yorum Gönder