JenkinsConfig / backups /
@Jenkins Jenkins authored on 11 Nov 2019
..
README.md daily backup 6 years ago
backup.sh daily backup 6 years ago
jryland-gpg2-ownertrust.txt daily backup 6 years ago
jryland-gpg2-secret.key.gpg daily backup 6 years ago
restore.sh daily backup 6 years ago
README.md

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.