Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should do an initial rsync as rsync-auto does #15

Closed
craiga opened this issue Dec 8, 2014 · 1 comment
Closed

Should do an initial rsync as rsync-auto does #15

craiga opened this issue Dec 8, 2014 · 1 comment

Comments

@craiga
Copy link

craiga commented Dec 8, 2014

When rsync-auto runs, it does an initial sync to make sure any changes you've made locally are copied across.

$ vagrant rsync-auto
==> default: Doing an initial rsync...
==> default: Rsyncing folder: /Users/craiga/my-source-code/ => /var/my-source-code
==> default:   - Exclude: [".vagrant/", ".git*"]
==> default: Watching: /Users/craiga/my-source-code

This is handy when you make a change, see that your change hasn't been applied, and then remember that you forgot to start vagrant rsync-auto.

gatling-rsync-auto doesn't do this, and it's a little annoying.

$ vagrant gatling-rsync-auto
==> default: Watching: /Users/craiga/my-source-code

I can run vagrant rsync; vagrant gatling-rsync-auto to get around this, but if gatling-rsync-auto is meant as a drop-in replacement for rsync-auto it should replicate this behaviour.

@craiga
Copy link
Author

craiga commented Dec 8, 2014

…and then I realised this is a dupe of #13.

@craiga craiga closed this as completed Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant