~fkooman/vpn-documentation

96c0413f5ae41ef5c0858c47a9d41261cb986f93 — François Kooman 2 months ago 4c0f88d
update repo_backup script
1 files changed, 10 insertions(+), 4 deletions(-)

M repo_backup.sh
M repo_backup.sh => repo_backup.sh +10 -4
@@ 11,15 11,21 @@
#
# @daily (cd /home/fkooman/eduVPN && ./repo_backup.sh)
#
# We host a number of private repositories on codeberg.org, for which you need
# access. You can generate an SSH key on the host you run the backup script 
# from and register it as a "Read Only Deploy Key" in the repository settings, 
# e.g. https://codeberg.org/eduVPN/${REPO}/settings/keys
#
# Add this to ${HOME}/.ssh/known_hosts:
# codeberg.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIVIC02vnjFyL+I4RHfvIGNtOgJMe769VTF1VR4EB3ZB
#

GIT_PATH=/usr/bin/git

REPO_URL_LIST=(\
    # Misc
    
    # private repos
    #https://git.sr.ht/~eduvpn/cdn.eduvpn.org \
    #https://git.sr.ht/~eduvpn/disco.eduvpn.org \
    git@codeberg.org:eduVPN/cdn.eduvpn.org.git \
    git@codeberg.org:eduVPN/disco.eduvpn.org.git \
    
    https://git.sr.ht/~eduvpn/app.eduvpn.org \
    https://git.sr.ht/~eduvpn/status.eduvpn.org \