When doing drush @sites arb ... the drush_archive_dump() function builds the filenames wrong. It stored all my sites as none.date_time.tar.gz.

Around line 100 of commands/core/archive.drush.inc the everything in the if statement never gets evaluated because $first is declared inside. :p Also, the count($sites_subdirs) will always evaluate as 1 because it's a comma separated value stored as a string.

CommentFileSizeAuthor
drush-archive-multisite.patch923 bytesjhr
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moshe weitzman’s picture

Title: [PATCH]Archive-dump multi-site fix » Archive-dump multi-site fix
Status: Active » Fixed

Committed to master (5.x).

In the future, please double check your patch as there was a missing close parenthesis and an unwanted file mode change. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.