Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
eea40ee0
Commit
eea40ee0
authored
Sep 06, 2019
by
Dan Hahne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo in backup_restore.md
parent
05df1b6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/raketasks/backup_restore.md
doc/raketasks/backup_restore.md
+1
-1
No files found.
doc/raketasks/backup_restore.md
View file @
eea40ee0
...
@@ -190,7 +190,7 @@ it` may occur, and will cause the backup process to fail. To combat this, 8.17
...
@@ -190,7 +190,7 @@ it` may occur, and will cause the backup process to fail. To combat this, 8.17
introduces a new backup strategy called
`copy`
. The strategy copies data files
introduces a new backup strategy called
`copy`
. The strategy copies data files
to a temporary location before calling
`tar`
and
`gzip`
, avoiding the error.
to a temporary location before calling
`tar`
and
`gzip`
, avoiding the error.
A side-effect is that the backup process wi
th
take up to an additional 1X disk
A side-effect is that the backup process wi
ll
take up to an additional 1X disk
space. The process does its best to clean up the temporary files at each stage
space. The process does its best to clean up the temporary files at each stage
so the problem doesn't compound, but it could be a considerable change for large
so the problem doesn't compound, but it could be a considerable change for large
installations. This is why the
`copy`
strategy is not the default in 8.17.
installations. This is why the
`copy`
strategy is not the default in 8.17.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment