+2
-2
README.md
+2
-2
README.md
···
1
1
# carsync
2
2
3
-
Python script to efficiently\* refresh an outdated copy of an atproto repo CAR file using `com.atproto.sync.getBlocks`
3
+
Python script to efficiently† refresh an outdated copy of an atproto repo CAR file using `com.atproto.sync.getBlocks`
4
4
5
5
```
6
6
$ carsync
7
7
Usage: carsync <src_car> <dst_car> <pds_url>
8
8
```
9
9
10
-
\*Caveats:
10
+
†Caveats:
11
11
- Every missing block is fetched sequentially via `getBlocks` - there is no batching or concurrency.
12
12
- The whole CAR file is read and re-written.
13
13