plakar
plakar copied to clipboard
Bug: sync results in missing snapshots
Describe the bug A sync between two repos does not result in identical repo contents as expected.
To Reproduce Steps to reproduce the behavior:
- Start from two repos, r1 and r2, each containing the same snapshots.
- Remove one snapshot from r2 (e.g.
plakar at /path/to/r2 rm -latest). - Run
plakar at /path/to/r1 sync to /path/to/r2 - Run
plakar at /path/to/r1 lsandplakar at /path/to/r2 lsand notice that r2 STILL has one less snapshot than r1, even after the sync in step 3.
Expected behavior The repos r1 and r2 above contain the same snapshots after the sync in step 3 above.
Desktop (please complete the following information):
- OS, OS Version and architecture: ArchLinux amd64
- Plakar Version v1.0.2