website/docs: rsync-auto

This commit is contained in:
Mitchell Hashimoto 2014-01-13 22:19:18 -08:00
parent 04f1854840
commit 720cb4378b
2 changed files with 17 additions and 0 deletions

View File

@ -22,3 +22,4 @@ The list of non-primary commands is below. Click on any command to learn
more about it.
* [rsync](/v2/cli/rsync.html)
* [rsync-auto](/v2/cli/rsync-auto.html)

View File

@ -0,0 +1,16 @@
---
page_title: "vagrant rsync-auto - Command-Line Interface"
sidebar_current: "cli-rsyncauto"
---
# rsync-auto
**Command: `vagrant rsync-auto`**
This command watches all local directories of anj
[rsync synced folders](/v2/synced-folders/rsync.html) and automatically
initiates an rsync transfer when changes are detected. This command does
not exit until an interrupt is received.
The change detection is optimized to use platform-specific APIs to listen
for filesystem changes, and does not simply poll the directory.