pantheon-systems / terminus-rsync-plugin

Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon site.
MIT License
18 stars 10 forks source link

Terminus rsync fails with link_stat "/files/" failed: Transport endpoint is not connected #30

Open jaydub2099 opened 9 months ago

jaydub2099 commented 9 months ago

I have been using the rsync plugin with terminus for years now with Pantheon for Drupal sites. I am trying to rsync files from the Pantheon live environment to my local and I get an error that I have not seen before and am unable to rsync any files.

rsync: link_stat "/files/." failed: Transport endpoint is not connected (107)

This is the command I am using (with some info obscured):

terminus remote:rsync -vvv $site.live:files/ /$destination -- -vrlz --whole-file --size-only --no-perms --no-owner --no-group --delete --progress --exclude=js --exclude=css --exclude=styles --exclude=reports --exclude=feeds

jaydub2099 commented 9 months ago

I tried the same command against the Pantheon 'test' environment and it is working so would seem to be an issue on specific environment.