Updating README
This commit is contained in:
parent
ebde317492
commit
3767fa641d
@ -48,7 +48,7 @@ Parameters:
|
|||||||
|
|
||||||
```
|
```
|
||||||
In the output above, the `database` parameter refers to a directory containing VFS versions; an empty directory is a
|
In the output above, the `database` parameter refers to a directory containing VFS versions; an empty directory is a
|
||||||
valid database. The `mountpoint` parameter refers to the path on your system where the file system will be accessible
|
valid database. The `mountpoint` parameter refers to the path on your system where the file system will be accessible
|
||||||
(mounted).
|
(mounted).
|
||||||
|
|
||||||
### Listing Volume Versions ###
|
### Listing Volume Versions ###
|
||||||
@ -209,7 +209,7 @@ $ vfs -version=1 db mp
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ cat mp/greeting.txt
|
$ cat mp/greeting.txt
|
||||||
Hello
|
hello
|
||||||
$ ls -R mp
|
$ ls -R mp
|
||||||
mp:
|
mp:
|
||||||
greeting.txt pizza/
|
greeting.txt pizza/
|
||||||
@ -228,6 +228,7 @@ There are a few lingering limitations of the system in its current state. While
|
|||||||
inclusion into a future version, I have not yet gotten around to taking care of this "laundry list" of items:
|
inclusion into a future version, I have not yet gotten around to taking care of this "laundry list" of items:
|
||||||
|
|
||||||
* Add support for file linking
|
* Add support for file linking
|
||||||
|
* Handle the `..` directory for root
|
||||||
* Further reduce data duplication when:
|
* Further reduce data duplication when:
|
||||||
+ File is renamed
|
+ File is renamed
|
||||||
+ File attributes are modified
|
+ File attributes are modified
|
||||||
|
Loading…
Reference in New Issue
Block a user