From ce3263a891a96deba6b5ace66ca5ae8058232e76 Mon Sep 17 00:00:00 2001 From: soraver Date: Tue, 10 Nov 2015 17:51:31 +0200 Subject: [PATCH] changed a typo from syncUp to rsyncUp --- auto-gitlab-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-gitlab-backup.sh b/auto-gitlab-backup.sh index 65402a4..a8f901e 100755 --- a/auto-gitlab-backup.sh +++ b/auto-gitlab-backup.sh @@ -303,7 +303,7 @@ case $1 in else if [[ $remoteServer != "" ]] then # use the defualt - syncUp + rsyncUp sshQuota fi fi