Document that DIRECTORY environment variable in backups only applies to remote storage
Closes #38949
This commit is contained in:
parent
cf0b459b87
commit
739c69cccb
1 changed files with 10 additions and 9 deletions
|
@ -326,6 +326,16 @@ For installations from source:
|
|||
|
||||
1. [Restart GitLab] for the changes to take effect
|
||||
|
||||
#### Specifying a custom directory for backups
|
||||
|
||||
Note: This option only works for remote storage. If you want to group your backups
|
||||
you can pass a `DIRECTORY` environment variable:
|
||||
|
||||
```
|
||||
sudo gitlab-rake gitlab:backup:create DIRECTORY=daily
|
||||
sudo gitlab-rake gitlab:backup:create DIRECTORY=weekly
|
||||
```
|
||||
|
||||
### Uploading to locally mounted shares
|
||||
|
||||
You may also send backups to a mounted share (`NFS` / `CIFS` / `SMB` / etc.) by
|
||||
|
@ -369,15 +379,6 @@ For installations from source:
|
|||
remote_directory: 'gitlab_backups'
|
||||
```
|
||||
|
||||
### Specifying a custom directory for backups
|
||||
|
||||
If you want to group your backups you can pass a `DIRECTORY` environment variable:
|
||||
|
||||
```
|
||||
sudo gitlab-rake gitlab:backup:create DIRECTORY=daily
|
||||
sudo gitlab-rake gitlab:backup:create DIRECTORY=weekly
|
||||
```
|
||||
|
||||
### Backup archive permissions
|
||||
|
||||
The backup archives created by GitLab (`1393513186_2014_02_27_gitlab_backup.tar`)
|
||||
|
|
Loading…
Reference in a new issue