Skip to content

Commit

Permalink
Deployed 7f24c51 to 12.x with MkDocs 1.4.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 11, 2024
1 parent 4ea4ed3 commit e44d7a7
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 237 deletions.
1 change: 1 addition & 0 deletions 12.x/commands/core_rsync/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5259,6 +5259,7 @@ <h4 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
<ul>
<li><code>drush rsync @dev @stage</code>. Rsync Drupal root from Drush alias dev to the alias stage.</li>
<li><code>drush rsync ./ @stage:%files/img</code>. Rsync all files in the current directory to the <em>img</em>directory in the file storage folder on the Drush alias stage.</li>
<li><code>drush rsync @live:%private @stage:%private</code>. Rsync private files from live to stage.</li>
<li><code>drush rsync @dev @stage -- --exclude=*.sql --delete</code>. Rsync Drupal root from the Drush alias dev to the alias stage, excluding all .sql files and delete all files on the destination that are no longer on the source.</li>
<li><code>drush rsync @dev @stage --ssh-options="-o StrictHostKeyChecking=no" -- --delete</code>. Customize how rsync connects with remote host via SSH. rsync options like --delete are placed after a --.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion 12.x/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit e44d7a7

Please sign in to comment.