diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-20 20:17:09 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-20 21:52:35 +0100 |
commit | c9bf2bb288cffba2d4a30f1937ca88b9b92e64ed (patch) | |
tree | 1ce1ea9c57cc03e5369bf6d461305991db617be1 /doc/raketasks | |
parent | 56f9a674a6f398abc2541b435808361b13b7e713 (diff) | |
download | gitlab-ce-c9bf2bb288cffba2d4a30f1937ca88b9b92e64ed.tar.gz |
Rename gitlab:app:backup_* to gitlab:backup:*
Rename gitlab:app:db_* to gitlab:backup:db:*
Rename gitlab:app:repo_* to gitlab:backup:repo:*
Rename *_dump to *_create
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/backup_restore.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 575467b4371..bbfeeb716fa 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -4,7 +4,7 @@ Creates a backup archive of the database and all repositories. This archive will The filename will be `[TIMESTAMP]_gitlab_backup.tar`. This timestamp can be used to restore an specific backup. ``` -bundle exec rake gitlab:app:backup_create +bundle exec rake gitlab:backup:create ``` Example output: @@ -40,7 +40,7 @@ Deleting old backups... [SKIPPING] ### Restore a previously created backup ``` -bundle exec rake gitlab:app:backup_restore +bundle exec rake gitlab:backup:restore ``` Options: |