Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add rootless rsync commands to drush rsync task
With rootless systems running a normal `drush rsync` command causes some issues as rootless systems (like openshift or k8s rootless) do not allow the executing user to do some of the standard things that rsync wants to do (change owner and group to what the source had). Therefore we tell `drush rsync` to run `rsync` with some additional parameters that will prevent it to fail
- Loading branch information