我在this script之后从服务器备份gitlab。我必须输入:
sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
结果是:
Could not locate `Gemfile` or `.bundle/` directory
我在这里做错了吗?如果我在find
之后使用Gemfile
命令进行搜索,则Linux会找到它,但如果我使用locate
命令则不会。这是否意味着可能存在我的错误?