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
I'd like to be able to parse the output from the rsync command in order to log what was updated. I believe this can be implemented in the subprocess.run command by passing capture_output=True. I'm wondering if this capability was omitted on purpose?
The text was updated successfully, but these errors were encountered:
PR #20 enables users to pass options to subprocess.run, but I am currently reviewing it with the contributor
in the meantime, you can use sysrsync.get_rsync_command to get the raw list of commands and pass it to subprocess. This way you have control over the arguments passed to subprocess.run
I'd like to be able to parse the output from the rsync command in order to log what was updated. I believe this can be implemented in the subprocess.run command by passing capture_output=True. I'm wondering if this capability was omitted on purpose?
The text was updated successfully, but these errors were encountered: