Backup Whitespace fail
Created by: t-unit
I do have problems backup up projects with whitespace in their project name. After replacing whitespace characters with some something else (e.g. '_') everything seems to work.
$ usr/local/bin/rake -f /home/gitlab/gitlab/Rakefile gitlab:app:backup_create RAILS_ENV=production
fatal: Not a git repository (or any of the parent directories): .git
Dumping database tables:
- Dumping table events... [DONE]
- Dumping table issues... [DONE]
- Dumping table keys... [DONE]
- Dumping table merge_requests... [DONE]
- Dumping table milestones... [DONE]
- Dumping table notes... [DONE]
- Dumping table projects... [DONE]
- Dumping table protected_branches... [DONE]
- Dumping table schema_migrations... [DONE]
- Dumping table snippets... [DONE]
- Dumping table taggings... [DONE]
- Dumping table tags... [DONE]
- Dumping table users... [DONE]
- Dumping table users_projects... [DONE]
- Dumping table web_hooks... [DONE]
- Dumping table wikis... [DONE]
Dumping repositories:
- Dumping repository <REPO_NO_WHITESPACE>... [DONE]
- Dumping repository <REPO_WITH_WHITESPACE>... [FAILED]
- Dumping repository <REPO_WITH_WHITESPACE>... [FAILED]
- Dumping repository gitolite-admin.git... [DONE]
fatal: Not a git repository (or any of the parent directories): .git
Creating backup archive: 1345033720_gitlab_backup.tar [DONE]
Deletion of tmp directories...[DONE]
Deleting old backups... [DONE]