https://github.com/bowei/fuse-simple-cow
https://github.com/bowei/fuse-simple-cow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bowei/fuse-simple-cow
- Owner: bowei
- License: bsd-3-clause
- Created: 2012-11-29T07:44:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-29T09:21:33.000Z (over 13 years ago)
- Last Synced: 2025-02-25T10:20:41.514Z (over 1 year ago)
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fuse-simple-cow
===============
All cows are simple.
A very (very) simple copy-on-write file system using FUSE. The main use is to reduce
space usage in duplicated directory trees (i.e. for vservers).
Usage
=====
```bash
$ cp -rl base/ copy/
$ ./simple-cow mnt -o src_dir=base -o cow_dir=copy
```
mnt will be a mirror of copy, however, write operations inside mnt will not affect files
in base.