1
0
Fork
You've already forked Foxy
0
FUSE-base file proxy with CoW capabilities
  • Rust 100%
2026年03月29日 19:35:47 -07:00
.cargo Fresh Start 2026年03月29日 19:35:47 -07:00
.vscode Fresh Start 2026年03月29日 19:35:47 -07:00
src Fresh Start 2026年03月29日 19:35:47 -07:00
.gitattributes Fresh Start 2026年03月29日 19:35:47 -07:00
.gitignore Fresh Start 2026年03月29日 19:35:47 -07:00
Cargo.lock Fresh Start 2026年03月29日 19:35:47 -07:00
Cargo.toml Fresh Start 2026年03月29日 19:35:47 -07:00
LICENSE Fresh Start 2026年03月29日 19:35:47 -07:00
README.md Fresh Start 2026年03月29日 19:35:47 -07:00
rust-toolchain.toml Fresh Start 2026年03月29日 19:35:47 -07:00
rustfmt.toml Fresh Start 2026年03月29日 19:35:47 -07:00

Foxy - FUSE File Proxy

Warning

Foxy is not fit for purpose for any use, and therefore it should not be used.

Foxy is a super simple and hacky FUSE service that proxies and logs file operations to a target backing file. It also has the ability to CoW any modifications to the backing file.

Usage

The super basic usage is as simple as:

$ foxy /path/to/proxy/file /path/to/backing/file
...

For more usage instructions see foxy -h

License

Foxy is licensed under the BSD-3-Clause, the full text of which can be found in the LICENSE file in the root of the git repository.