nextsync-rust/docs/store.md
2023-06-15 16:22:07 +02:00

13 lines
152 B
Markdown

## Blob object
```
file_name timestamp size hash
```
## Tree object
```
folder_name timestamp
tree hash_path folder_name
blob hash_path file_name
```