-
Notifications
You must be signed in to change notification settings - Fork 222
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
running sync() locally results in errors #1370
Comments
Local sync support was Is it triggered by EDIT: if caused by
That line is
currently in the master branch, so I don't yet see how it could cause an error about HASH ref. Can it be that you might have some other local modifications in place in your fork that interferes with the line numbers and/or the behavior? |
Alright, I'm not sure if In remote rsync operations, it controls whether the source or the destination path gets prefixed with EDIT: or Based on my tests in the local_rsync_download branch, there are at least the following factors at play here:
|
Describe the bug
Doing a local rsync with the sync() command results in errors.
How to reproduce it
From comm
Steps to reproduce the behavior:
rex sync_task
Errors:
[2020-07-01 18:08:07] ERROR - Can't use string ("") as a HASH ref while "strict refs" in use at /Users/stevedondley/git_repos/Rex_fork/Rex/lib/Rex/Commands/Rsync.pm line 166, <> line 5.
Shortest code example that demonstrates the bug:
Expected behavior
No errors.
Circumstances
The text was updated successfully, but these errors were encountered: