vagrant/website/content/docs/cli/rsync.mdx
2025-11-20 12:41:04 -05:00

27 lines
1.2 KiB
Text

---
layout: docs
page_title: vagrant rsync - Command-Line Interface
description: The "vagrant rsync" command forces a re-sync of any rsync synced folders.
---
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
> [!IMPORTANT]
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
# Rsync
**Command: `vagrant rsync`**
This command forces a re-sync of any
[rsync synced folders](/vagrant/docs/synced-folders/rsync).
Note that if you change any settings within the rsync synced folders such
as exclude paths, you will need to `vagrant reload` before this command will
pick up those changes.
## Options
- `--[no-]rsync-chown` - Use rsync to modify ownership of transferred files. Enabling
this option can result in faster completion due to a secondary process not being
required to update ownership. By default this is disabled.