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

stream rsync results to log file #45

Open
Alextopher opened this issue Feb 2, 2023 · 0 comments
Open

stream rsync results to log file #45

Alextopher opened this issue Feb 2, 2023 · 0 comments
Labels
enhancement New feature or request software bug Something isn't working in our software

Comments

@Alextopher
Copy link
Member

Mirror/sync.go

Line 62 in 51c24e0

func rsync(project *Project, options string) ([]byte, *os.ProcessState) {

The current implementation of syncing "rsync" projects waits for rsync to finish before appending stdout to the log file. It would be better if stdout was appended to the file in real time.

@Alextopher Alextopher added software bug Something isn't working in our software enhancement New feature or request labels Feb 2, 2023
@Alextopher Alextopher linked a pull request Sep 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request software bug Something isn't working in our software
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant