Bzip2 backups are a bit smaller. But my trigger is that lbzip2 can spread it over all cpu cores.

Switching to lbzip2 can be done using
http://askubuntu.com/questions/62607/whats-the-best-way-to-use-parallel-...
The symlink method seems to work for me.

CommentFileSizeAuthor
#2 enable_using_bz2_for-2774487-2.patch2.34 KBhelmo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

helmo created an issue. See original summary.

helmo’s picture

Status: Active » Needs review
FileSize
2.34 KB

With this patch the default stays the same ... gzip. To change to bzip you can add

$options['provision_backup_suffix'] = '.tar.bz2';

to e.g. /etc/drush/drushrc.php.

  • helmo committed 3649983 on 7.x-3.x
    Issue #2774487 by helmo: Enable using bz2 for backup files
    
helmo’s picture

Status: Needs review » Fixed

committed

  • helmo committed c5a6762 on 7.x-3.x
    Issue #2774487 by helmo: Document the provision_backup_suffix option.
    
memtkmcc’s picture

Status: Fixed » Needs work

Except, there is no bunzip command. The correct command to use is bunzip2

helmo’s picture

Status: Needs work » Fixed

Correct, :(

I must have had that change when I tested the restore ...

  • helmo committed dfcb70b on 7.x-3.x
    Issue #2774487 by helmo, memtkmcc: Fix command name'
    

Status: Fixed » Closed (fixed)

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