From 720cb4378b054a1976faa3ae1a96e030b5ca8247 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 13 Jan 2014 22:19:18 -0800 Subject: [PATCH] website/docs: rsync-auto --- website/docs/source/v2/cli/non-primary.html.md | 1 + website/docs/source/v2/cli/rsync-auto.html.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 website/docs/source/v2/cli/rsync-auto.html.md diff --git a/website/docs/source/v2/cli/non-primary.html.md b/website/docs/source/v2/cli/non-primary.html.md index 0dd43539b..2138bd24a 100644 --- a/website/docs/source/v2/cli/non-primary.html.md +++ b/website/docs/source/v2/cli/non-primary.html.md @@ -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) diff --git a/website/docs/source/v2/cli/rsync-auto.html.md b/website/docs/source/v2/cli/rsync-auto.html.md new file mode 100644 index 000000000..a19e3efd8 --- /dev/null +++ b/website/docs/source/v2/cli/rsync-auto.html.md @@ -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.