You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rsync has two options that could potentially help in that:
-n, --dry-run show what would have been transferred, we can run rsync twice if Mainframer was launched with this option to show what will be synced and then actually sync it.
Gradle projects sync a lot of files, but I can see where you are going. I think there is a room for the --verbose flag which will pass it to rsync and ssh.
mainframer make build
# And then run againmainframer --debug-sync make build
So you could figure what files get regenerated and synced again even after "100%" incremental build.
Regarding ssh, I think that should be a separate flag
artem-zinnatullin
changed the title
Add option to show which files were synched to debug sync process.
Add option to show which files were synced to debug sync process.
Apr 2, 2018
Currently it's pretty hard to understand what bottlenecks the sync process.
An option to show what files get synched might help reveal files that are getting synced unintentionally and slowing down sync process.
@ming13 wdyt?
The text was updated successfully, but these errors were encountered: