2014-01-13 19:48:36 +00:00
|
|
|
---
|
|
|
|
page_title: "vagrant rsync - Command-Line Interface"
|
|
|
|
sidebar_current: "cli-rsync"
|
|
|
|
---
|
|
|
|
|
|
|
|
# Rsync
|
|
|
|
|
|
|
|
**Command: `vagrant rsync`**
|
|
|
|
|
|
|
|
This command forces a resync of any
|
|
|
|
[rsync synced folders](/v2/synced-folders/rsync.html).
|
2015-07-09 17:08:07 +00:00
|
|
|
|
|
|
|
Note that if you change any settings within the rsync synced folders such
|
|
|
|
as exclude paths, you'll need to `vagrant reload` before this command will
|
|
|
|
pick up those changes.
|