I am checking out what is the best way to backup our repository weekly. What would be the best approach?
We have many projects that are built daily with Jenkins, so:
maven copy snapshot/release files to our repositoy (Artifactory);
every day at night we backup Jenkins stuff using this plugin;
every day at night we do Artifactory backup using this approach;
weekly we do another full backup with Artifactory *
* I think that the weekly backup isn't needed, since we should weekly backup the current day backup using a external backup tool (like rsync)
The main idea is to understand what is the best backup strategy.
So, how do you backup your stuff?