The module defines a default backup source for files and, correctly, excludes a number of sub folders from the public files directory as they contain generated content. However, in multilingual or non English installs, Drupal also creates a languages directory that contains translations that are used in js. So i think it woul be better if this modules excludes that folder by default as well.

To do so, change this: File includes\sources.filesource.inc, line 70 to:

  function backup_settings_default() {
     return array(
      'exclude_filepaths' => "backup_migrate\nstyles\ncss\njs\nlanguages\nctools\nless",
    );
  }
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fietserwin created an issue. See original summary.

couturier’s picture

Status: Active » Needs review
DamienMcKenna’s picture

DamienMcKenna’s picture

Status: Needs review » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)

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