summaryrefslogtreecommitdiff
path: root/backup.sh
diff options
context:
space:
mode:
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