sephiroth1395 / restic-PyBM

A Python 3 wrapper to manage and monitor backups with restic
MIT License
10 stars 1 forks source link

Repositories deduplication #2

Open sephiroth1395 opened 3 years ago

sephiroth1395 commented 3 years ago

Implement capabilities to duplicate a repository A to repository B. This needs to be thought through, since as the restic documentation points out, chunking may be an issue.

sephiroth1395 commented 3 years ago

This is implemented in the "run" action. Keeping this ticket open until documentation is updated.