nextsync-rust/docs/store.md
2023-08-04 16:01:24 +02:00

15 lines
326 B
Markdown

## Blob object
```
file_name timestamp1 size timestamp2 hash
```
timestamp1: timestamp of file on server to know if the server has an update
timestamp2: timestamp of file locally to know when the file has changed on the system
## Tree object
```
folder_name timestamp
tree hash_path folder_name
blob hash_path file_name
```