Document remote token restore flow
This commit is contained in:
@@ -48,6 +48,19 @@ Sprawdzamy zgodnosc remote i store:
|
||||
|
||||
Po poprawnej synchronizacji `compare`/`cmp` powinien pokazac `*` przy `r1`.
|
||||
|
||||
Jesli chcesz sprawdzic, czy store da sie odtworzyc z remota, usun tylko rekord
|
||||
ze store i wczytaj go ponownie z git remota:
|
||||
|
||||
```bash
|
||||
./rvctl tokens rm store r1
|
||||
./rvctl tokens sync remote r1
|
||||
./rvctl tokens update r1
|
||||
./rvctl tokens cmp
|
||||
```
|
||||
|
||||
Po `sync remote` metadane API sa ustawiane na `?`, dlatego `update` jest zawsze
|
||||
kolejnym krokiem.
|
||||
|
||||
## Dwa Zrodla
|
||||
|
||||
`rvctl` rozroznia dwa miejsca:
|
||||
|
||||
Reference in New Issue
Block a user