Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
b40b6e32
Commit
b40b6e32
authored
Mar 11, 2011
by
anarcat
Browse files
#1079274
by EugenMayer - fetch more files from remote server when
doing a backup
parent
9a1951e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/backup.provision.inc
View file @
b40b6e32
...
...
@@ -59,6 +59,11 @@ function drush_provision_drupal_provision_backup() {
// synch all filesystem changes back from the remote server.
d
()
->
service
(
'http'
)
->
fetch
(
d
()
->
site_path
.
'/files/'
);
d
()
->
service
(
'http'
)
->
fetch
(
d
()
->
site_path
.
'/private/'
);
d
()
->
service
(
'http'
)
->
fetch
(
d
()
->
site_path
.
'/modules/'
);
d
()
->
service
(
'http'
)
->
fetch
(
d
()
->
site_path
.
'/themes/'
);
d
()
->
service
(
'http'
)
->
fetch
(
d
()
->
site_path
.
'/libraries/'
);
d
()
->
service
(
'http'
)
->
fetch
(
d
()
->
site_path
.
'/local.settings.php'
);
// Check if we are currently cloaking credentials
$cloaked
=
d
()
->
service
(
'http'
)
->
cloaked_db_creds
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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