FUSE-base file proxy with CoW capabilities
| .cargo | Fresh Start | |
| .vscode | Fresh Start | |
| src | Fresh Start | |
| .gitattributes | Fresh Start | |
| .gitignore | Fresh Start | |
| Cargo.lock | Fresh Start | |
| Cargo.toml | Fresh Start | |
| LICENSE | Fresh Start | |
| README.md | Fresh Start | |
| rust-toolchain.toml | Fresh Start | |
| rustfmt.toml | Fresh Start | |
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.