How to automatically synchronize a directory when saving a new change with Vagrant in Windows over a...
up vote
0
down vote
favorite
According to Vagrant, the instruction in Windows is as follows:
config.vm.synced_folder ".", "/vagrant", type: "rsync"
In Windows it gives that problem that only when a vagrant up
or vagrant reload
is done, it loads the new changes, but if in my host machine I have made changes, it does not synchronize automatically.
In Windows, so that it can be synchronized, I have to perform this action:
vagrant rsync
Even taking into account that this has a large time delay. If there is a solution where I have to see a batch in between or some command or tools that can facilitate such action, I will be grateful.
windows vagrant rsync
add a comment |
up vote
0
down vote
favorite
According to Vagrant, the instruction in Windows is as follows:
config.vm.synced_folder ".", "/vagrant", type: "rsync"
In Windows it gives that problem that only when a vagrant up
or vagrant reload
is done, it loads the new changes, but if in my host machine I have made changes, it does not synchronize automatically.
In Windows, so that it can be synchronized, I have to perform this action:
vagrant rsync
Even taking into account that this has a large time delay. If there is a solution where I have to see a batch in between or some command or tools that can facilitate such action, I will be grateful.
windows vagrant rsync
maybe try vagrant rsync-auto
– Frédéric Henri
Nov 11 at 17:26
Just what i was looking for. Works correctly. Thanks.
– Jerson Martínez
Nov 11 at 19:14
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
According to Vagrant, the instruction in Windows is as follows:
config.vm.synced_folder ".", "/vagrant", type: "rsync"
In Windows it gives that problem that only when a vagrant up
or vagrant reload
is done, it loads the new changes, but if in my host machine I have made changes, it does not synchronize automatically.
In Windows, so that it can be synchronized, I have to perform this action:
vagrant rsync
Even taking into account that this has a large time delay. If there is a solution where I have to see a batch in between or some command or tools that can facilitate such action, I will be grateful.
windows vagrant rsync
According to Vagrant, the instruction in Windows is as follows:
config.vm.synced_folder ".", "/vagrant", type: "rsync"
In Windows it gives that problem that only when a vagrant up
or vagrant reload
is done, it loads the new changes, but if in my host machine I have made changes, it does not synchronize automatically.
In Windows, so that it can be synchronized, I have to perform this action:
vagrant rsync
Even taking into account that this has a large time delay. If there is a solution where I have to see a batch in between or some command or tools that can facilitate such action, I will be grateful.
windows vagrant rsync
windows vagrant rsync
asked Nov 10 at 21:29
Jerson Martínez
31
31
maybe try vagrant rsync-auto
– Frédéric Henri
Nov 11 at 17:26
Just what i was looking for. Works correctly. Thanks.
– Jerson Martínez
Nov 11 at 19:14
add a comment |
maybe try vagrant rsync-auto
– Frédéric Henri
Nov 11 at 17:26
Just what i was looking for. Works correctly. Thanks.
– Jerson Martínez
Nov 11 at 19:14
maybe try vagrant rsync-auto
– Frédéric Henri
Nov 11 at 17:26
maybe try vagrant rsync-auto
– Frédéric Henri
Nov 11 at 17:26
Just what i was looking for. Works correctly. Thanks.
– Jerson Martínez
Nov 11 at 19:14
Just what i was looking for. Works correctly. Thanks.
– Jerson Martínez
Nov 11 at 19:14
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53243590%2fhow-to-automatically-synchronize-a-directory-when-saving-a-new-change-with-vagra%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
maybe try vagrant rsync-auto
– Frédéric Henri
Nov 11 at 17:26
Just what i was looking for. Works correctly. Thanks.
– Jerson Martínez
Nov 11 at 19:14