Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 461 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 461 Bytes

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