Andrew Seier
|
74d28ed3c2
|
Backslash-escape `*` character.
|
2016-01-14 13:14:39 -08:00 |
Andrew Seier
|
809000439d
|
Add note about using `visudo` to edit `sudoers`.
|
2016-01-14 13:09:43 -08:00 |
Omar Al-Ithawi
|
21b908f469
|
Removed a tiny strange char `U+05BB`
http://www.fileformat.info/info/unicode/char/05bb/index.htm
|
2015-12-29 09:44:56 +02:00 |
Mitchell Hashimoto
|
609f83b69e
|
website/docs: document workaround for SMB bad fs type [GH-6704]
|
2015-12-24 12:48:32 -08:00 |
Seth Vargo
|
3f6b4e2dda
|
Update docs for sudo for NFS
Fixes GH-6022
|
2015-11-23 20:37:49 -05:00 |
Mitchell Hashimoto
|
1f1bbbfbb8
|
website/docs: note Vagrant version for NFS aliases [GH-5942]
|
2015-07-13 08:42:35 -07:00 |
Mitchell Hashimoto
|
ac8c3fffc8
|
website/docs: doc options for NFS [GH-5583]
|
2015-07-09 10:39:33 -06:00 |
Mitchell Hashimoto
|
31448d126b
|
synced_folders/rsync: can set rsync_path [GH-3966]
|
2015-07-09 10:02:38 -06:00 |
Mitchell Hashimoto
|
26b5b67a6c
|
website: update docs for SMB disconnect [GH-4538]
|
2015-07-09 09:55:18 -06:00 |
Mitchell Hashimoto
|
0440779d8f
|
website: clarify NFS mount options [GH-4858]
|
2015-07-09 09:51:46 -06:00 |
Mitchell Hashimoto
|
e003b45f9c
|
website: update docs about NFS encryption [GH-4987]
|
2015-07-06 23:19:18 -06:00 |
Mitchell Hashimoto
|
ddfd321597
|
website: clarify symlinks [GH-5844]
|
2015-07-06 23:00:05 -06:00 |
Seth Vargo
|
1413cd56cf
|
Merge pull request #5626 from brooksbrown/smb-docs-update
Added a note on PowerShell to prerequisites SMB documentation.
|
2015-05-31 20:53:01 -07:00 |
Seth Vargo
|
6309847420
|
Merge pull request #5512 from johnsonj/issue_3620
For SMB on Linux guests, specify the user's domain as a separate parameter
|
2015-05-31 20:19:08 -07:00 |
Seth Vargo
|
f9816d89d9
|
Merge pull request #4867 from malonecm/GH4201-ShowRSyncOutput
GH-4201: Added rsync__showoutput to display rsync output to console
|
2015-05-30 21:21:26 -07:00 |
Brooks Brown
|
cdd57b0be7
|
Added a note on PowerShell to prerequisites SMB documentation.
|
2015-04-22 17:06:08 -04:00 |
Jean-Francois Bibeau
|
744033aa17
|
Added a few undocumented NFS options.
|
2015-04-21 10:11:18 -04:00 |
Jeff Johnson
|
9d50f72df3
|
For SMB on Linux guests, specify the user's domain as a separate parameter to the mount command. This is more reliable than passing user@domain as the username. This is not needed for SMB on Windows guests as they expect the user@domain form.
This does not change how it is configured in the Vagrantfile.
Fixes #3620
|
2015-03-31 08:16:06 -07:00 |
dragon788
|
f9a53a2c27
|
Clarified wording a little bit further
|
2015-01-22 14:16:44 -06:00 |
dragon788
|
259568f68a
|
Clarified multiple additional options are possible
Updated additional options section to clarify that multiple options can be specified, not just "a third" as originally suggested.
|
2015-01-22 13:44:14 -06:00 |
Thierry Marianne
|
2791843a90
|
Add missing comma in folder syncing code snippet
|
2015-01-15 15:51:04 +01:00 |
Chad Maloney
|
dd62d3c5f1
|
Merge branch 'master' into GH4201-ShowRSyncOutput
|
2015-01-05 14:42:08 -06:00 |
Chad Maloney
|
d2e1500c74
|
Review comments applied. Removed changelog. Changed showoutput to verbose.
|
2015-01-05 14:36:00 -06:00 |
Mitchell Hashimoto
|
d185ca926e
|
Merge pull request #4901 from riquito/fix-documentation-rsync-defaults
website/docs: New default option of rsync "--copy-links"
|
2015-01-05 12:03:57 -08:00 |
Seth Vargo
|
64a6c1722d
|
Revert "Doc: Fix double underscore rsync attribute documentation"
|
2014-12-30 11:15:16 -05:00 |
Fabian Ruff
|
30346cd988
|
Doc: Fix double underscore rsync attribute documentation
|
2014-12-19 14:45:53 +01:00 |
Seth Vargo
|
681ba1c3d7
|
Remove extra whitespace
|
2014-12-15 11:09:39 -05:00 |
Ivan Nečas
|
3099a2c4fb
|
Sudoers example for Fedora distros
|
2014-12-15 10:54:36 +01:00 |
Riccardo Attilio Galli
|
86ab6880c2
|
New default option of rsync "--copy-links"
As can be seen in [rsync/helper.rb](efd1d5e11b/plugins/synced_folders/rsync/helper.rb (L81) ) the "--copy-links" option has been added to the defaults.
|
2014-12-04 16:09:04 +01:00 |
Chad Maloney
|
5de3f30bb0
|
GH-4201: Added rsync__showoutput to display rsync output to console
|
2014-11-25 12:38:41 -06:00 |
Alvaro Miranda
|
808008953f
|
doc rsync - suggest sudo for restricted folder
|
2014-11-05 12:45:28 -08:00 |
Alvaro Miranda
|
f93ba01770
|
doc rsync - suggest sudo for restricted folder
|
2014-11-05 12:43:46 -08:00 |
Adam Spiers
|
5fc1114051
|
explicitly explain how to disable the default share
This caused a great deal of confusion e.g. as seen in
https://github.com/mitchellh/vagrant/issues/1004
|
2014-10-25 15:14:43 +01:00 |
Adam Spiers
|
d9e38949ec
|
consistently use "synced folders" terminology
The terminology is "synced folders" not "shared folders" (presumably to
avoid confusion with `vagrant share` which is something completely
different).
|
2014-10-25 15:14:43 +01:00 |
Andrew Berry
|
7a57df03fb
|
Note that rsync__args ownership options aren't used.
|
2014-06-26 17:33:12 -04:00 |
Andrew Berry
|
ef248c9ac4
|
Link to the basic options page for owner and group.
|
2014-06-26 17:29:20 -04:00 |
Mitchell Hashimoto
|
34b7cace7b
|
synced_folders/rsync: rsync__chown [GH-3810]
|
2014-05-17 12:01:50 -07:00 |
Mitchell Hashimoto
|
92940a7c5d
|
synced_folders/nfs: allow disabling export [GH-3636]
|
2014-05-08 17:10:38 -07:00 |
Mitchell Hashimoto
|
62bfefd96f
|
website/docs: update docs for NFS sudoers
|
2014-05-06 08:47:11 -07:00 |
Mitchell Hashimoto
|
5d006f65ea
|
website/docs: don't need a static IP for NFS [GH-3608]
|
2014-05-01 21:15:45 -07:00 |
Mitchell Hashimoto
|
8aca71c750
|
website/docs: note that rsync__args needs to be array [GH-3168]
|
2014-03-12 18:35:57 -07:00 |
Mitchell Hashimoto
|
c8e02ddd78
|
synced_folders/rsync: rsync__auto options
|
2014-03-06 12:18:13 -08:00 |
Mitchell Hashimoto
|
d4511131b4
|
synced_folders/rsync: allow custom args [GH-3070]
|
2014-03-06 11:27:58 -08:00 |
Mitchell Hashimoto
|
fbdca0c8b6
|
website/docs: document SMB
|
2014-02-28 18:27:18 +01:00 |
Mitchell Hashimoto
|
d8df98a18c
|
website/docs: note that rsync will be automatically installed
|
2014-02-03 12:14:41 +01:00 |
Mitchell Hashimoto
|
54e3351c8a
|
website/docs: clarify rsync i nstallation for Windows
|
2014-01-15 21:35:43 -08:00 |
Mitchell Hashimoto
|
92829c4fec
|
website/docs: update docs for new rsync commands
|
2014-01-14 09:34:21 -08:00 |
Mitchell Hashimoto
|
08ebf158e9
|
website/docs: document `vagrant rsync`
|
2014-01-13 11:48:36 -08:00 |
Mitchell Hashimoto
|
e73d2c14b3
|
website/docs: document the rsync synced folder type
|
2014-01-10 18:15:49 -08:00 |
Mitchell Hashimoto
|
72dd32e69c
|
website/docs: note sendfile
|
2014-01-07 14:26:56 -08:00 |