Asjidkalam / debouncer

rust filewatcher, cache and restore files from memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debouncer

rust filewatcher, cache and restore files from memory. prevents privileged users in the container to remove/modify restricted files.

usage

./debouncer config.json

config.json will contain the a structure of watched_paths which will be cached and restored, if any modify/remove events are triggered.

build from source

git clone https://github.com/asjidkalam/debouncer.git
cd debouncer/
cargo build --release

About

rust filewatcher, cache and restore files from memory


Languages

Language:Rust 100.0%