summaryrefslogtreecommitdiff
path: root/backup.sh
diff options
context:
space:
mode:
authorAleksei <alex3kov@zoho.com>2024-05-01 07:48:00 +0300
committerAleksei <alex3kov@zoho.com>2024-05-01 07:48:00 +0300
commit5d74a62d8b23df4ca836250c7aedd60e9bcd2428 (patch)
treee3900e85bea012d5beb50c524adbf5ae0812644e /backup.sh
parent3c2613d76bd4d5bab59c4ded59a9098251253108 (diff)
Diffstat (limited to 'backup.sh')
-rwxr-xr-xbackup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/backup.sh b/backup.sh
index 9850fee..c5abbe4 100755
--- a/backup.sh
+++ b/backup.sh
@@ -12,6 +12,7 @@ for d in $(ls -1d /media/storage/src_git_mirrors/*/); do
continue
}
git -C $d remote get-url gitflic.ru 1>/dev/null 2>&1 && {
+ git -C $d push gitflic.ru
git -C $d push --tags gitflic.ru
}
done