Installation¶
1. Install the package¶
2. Install restic¶
restic must be installed on the system (>= 0.16, for --stdin-from-command) and
available on PATH. django-recovery does not bundle restic:
Grab a release binary from restic.net and put it on PATH,
or point RECOVERY["BINARY"] at its location.
Verify:
3. Add the app¶
Continue with the Quickstart.