Skip to content

Updated command to perform backup...

gitlab-qa-bot requested to merge github/fork/crazyscience/patch-4 into master

Created by: crazyscience

When you run the backup raketask, the rake suggests that you shouldn't be running the job as root, but only after it creates a file structure owned by root that then later has to be fixed before running the task as the git user. Adding the sudo prefix to the command saves the hassle.

Merge request reports