From 9811dd774e06ce1947db72d8bcca40b66168a507 Mon Sep 17 00:00:00 2001 From: Daniel Legt Date: Thu, 18 Jan 2024 15:01:13 +0100 Subject: [PATCH] Added github mirror --- update_mirror.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 update_mirror.sh diff --git a/update_mirror.sh b/update_mirror.sh new file mode 100644 index 0000000..abff8b8 --- /dev/null +++ b/update_mirror.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Not really familiar with github mirrors, so just going to leave this here for future referencing +git push --mirror git@github.com:JustKato/backup-services.git \ No newline at end of file