-
Notifications
You must be signed in to change notification settings - Fork 75
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
--rsync --log-file being ignored? #14
Comments
Hi, thank you for opening this issue. You're right, the log-file option is always added and this is by design. https://github.com/jbd/msrsync#notes. I'm not saying this is particularly intelligent choice, but each spawned rsync process generates it's own log file and the simplest solution was to enforce its location. Maybe you will be interested in those options ?
|
Thanks for the clarification! I tracked those options as I was dealing with the logfile as well. Everything is working to spec. |
Hi,
I think the always present --log-file option is overriding or ignoring the fact that log-file is set in the -r option.
Even with log-file set, the location seems to get put into /tmp.
I somewhat verified this by this hack:
Which seems to place it to the desired file. Is this by design?
The text was updated successfully, but these errors were encountered: