Newer
Older
JenkinsConfig / backups / README.md
@Jenkins Jenkins on 11 Nov 2019 523 bytes daily backup

README

Backup Instructions

Run the ./backup.sh script which will find the repos, bundle, encrypt and then copy them to the server.

Restore Instructions

On a local machine run the following:

   scp "jryland@invertedlogic.com:/home/jryland/backups/restore.sh" ./

This copies the restore script to rebuild the repos. Now run the script.

  ./restore.sh

The restored repos are in the restored directory. Manually import these back in to the git repos.