diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2024-09-01 17:37:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-01 17:37:08 +0200 |
commit | e5a4fbded2c1254bf51146a5bef022527907e38c (patch) | |
tree | 91c89f0a32b4975ec5146cabf3757fb8721f2b37 | |
parent | fs-tracer: handle exit in restore file thread (diff) | |
download | fs-tracer-e5a4fbded2c1254bf51146a5bef022527907e38c.tar.gz fs-tracer-e5a4fbded2c1254bf51146a5bef022527907e38c.tar.bz2 fs-tracer-e5a4fbded2c1254bf51146a5bef022527907e38c.zip |
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md index c0ed209..e5b1b74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # fs-tracer -Related: https://github.com/baitinq/fs-tracer-backend +This repository contains the eBPF agent for monitoring POSIX filesystem modifications. It works in conjunction with the backend services found in [fs-tracer-backend](https://github.com/baitinq/fs-tracer-backend) and [frotend part](https://github.com/baitinq/fs-tracer-frontend) of the application. + ## Prerequisites @@ -26,3 +27,7 @@ cargo build ```bash RUST_LOG=info cargo xtask run ``` + +Related: +- https://github.com/baitinq/fs-tracer-backend +- https://github.com/baitinq/fs-tracer-frontend |