Skip to content

gapple/drush-filesync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drush File-sync

Drush command to sync files directory between environments

Usage

Arguments:
 source                                             Source alias
 destination                                        Destination alias

Options:
 --only-private                                     Only sync the private files directory
 --only-public                                      Only sync the public files directory
 
Examples:
 drush fsync @source @destination                   Sync both the public and private files directories
 drush fsync --only-public @source @destination     Only sync the public files directory
 
Aliases: fsync

Installation

Global

Using Composer

  1. Require composer/installers

    composer global require composer/installers
  2. Configure the installer path for drush plugins in ~/.composer/composer.json

    {
      "extra": {
        "installer-paths": {
          "../.drush/plugins/{$name}": ["type:drupal-drush"]
        }
      }
    }
  3. Require gapple/drush-filesync

    composer global require gapple/drush-filesync

Manual Installation

  1. Download the release package
  2. Unzip the package to ~/.drush/

Project

Using Composer

  1. Require composer/installers in your project

    composer require composer/installers
  2. Configure the installer path for drush plugins in your project's composer.json

    {
      "extra": {
        "installer-paths": {
          "drush/contrib/{$name}": ["type:drupal-drush"]
        }
      }
    }
  3. Require gapple/drush-filesync in your project

    composer require gapple/drush-filesync

Manual Installation

  1. Download the release package
  2. Unzip the package to the drush folder within your project

About

Drush command to sync files directory between environments

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages