reva
reva copied to clipboard
Implementation of cback-http-service
Allows for creation of new cback restore jobs, and obtaining information regarding particular existing restore jobs.
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.
This pull request introduces 2 alerts when merging 23a5dc56a958235d9c1e8cdd2c2538cedb6197a4 into 2d68ea2a17f16a65503bf4a18b6c979a49e1781d - view on LGTM.com
new alerts:
- 1 for Log entries created from user input
- 1 for Missing error check
interesting! can you point me to more background information?
interesting! can you point me to more background information?
Hi @butonic, this PR together with https://github.com/cs3org/reva/pull/3116 will allow an user to browse their daily snapshots and ask for a restore of folders/files. The backups are created by a tool developed internally at CERN for CERNBox, called cback, based on restic. You can find a presentation here https://cds.cern.ch/record/2767135 from my colleague. We are planning to make it open source, this is why we created the PR upstream.