vagrant/website/source/docs/cli/rsync.html.md

753 B

layout page_title sidebar_current description
docs vagrant rsync - Command-Line Interface cli-rsync The "vagrant rsync" command forces a re-sync of any rsync synced folders.

Rsync

Command: vagrant rsync

This command forces a re-sync of any rsync synced folders.

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.