Is there a command for making a copy/clone of a site created with the quickstart-create command?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | add_archive_and_restore-1218492-3.patch | 6.99 KB | KLicheR |
Is there a command for making a copy/clone of a site created with the quickstart-create command?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | add_archive_and_restore-1218492-3.patch | 6.99 KB | KLicheR |
Comments
Comment #1
MichaelCole commentedHi, this is being worked on in drush5, and quickstart will probably take advantage of it. For now, there is no good way to do this other than to copy the files and database manually.
Comment #2
undersound3 commentedok thanks for the heads up
Comment #3
KLicheR commentedI've added 2 Drush Quickstart commands that can archive and restore a Quickstart site on a different domain name:
drush quickstart-archive (qa)(required) --domain=the_site_you_want_to_archive.comdrush quickstart-restore (qr)(required) --domain=the_new_site_you_want_to_create.com(required) --archive=the/path/of/the/archive.tar.gzComment #4
traviscarden commentedI believe you're looking for "needs review", @KLicheR. :) See Status settings for an issue.
Comment #5
undersound3 commentedThanks for this !