https://github.com/tpot/s3-time-machine
Experiment with mapping FUSE filesystem operations to S3
https://github.com/tpot/s3-time-machine
Last synced: 25 days ago
JSON representation
Experiment with mapping FUSE filesystem operations to S3
- Host: GitHub
- URL: https://github.com/tpot/s3-time-machine
- Owner: tpot
- Created: 2024-06-24T23:09:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T21:56:29.000Z (almost 2 years ago)
- Last Synced: 2024-07-04T21:34:22.860Z (almost 2 years ago)
- Language: Rust
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s3-time-machine
Experimental FUSE filesystem to implement a S3-backend for Apple's Time Machine
backup application.
## Concept
* Create a sparsebundle disk image on a FUSE filesystem
* Time Machine mounts the disk image as a HFS+ filesystem
* FUSE filesystem creates virtual filesystem from HFS+ btrees access
* Operations on virtual filesystem mapped to S3 operations