Skip to content
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

Does not work in a same remote? #24

Open
fu123456 opened this issue Feb 22, 2020 · 1 comment
Open

Does not work in a same remote? #24

fu123456 opened this issue Feb 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@fu123456
Copy link

In Emacs, I open two window (namely two folders in a same remote), and want to rsync a dir to other dir. Then I run 'dired-rsync', but output error as follows:

Warning: Permanently added '[localhost]:50000' (ECDSA) to the list of known hosts.

      8,616 100%    0.00kB/s    0:00:00  
      8,616 100%    0.00kB/s    0:00:00 (xfr#1, to-chk=0/1)

rsync: write failed on "/home/gf/gftemp/notes.tex": Disk quota exceeded (122)
rsync error: error in file IO (code 11) at receiver.c(393) [receiver=3.1.2]

but in the terminal connected by ssh, if I in it run 'rsync -avz [a dir]/notes.tex [an other dir]/', it does work. So why it does not work in my Emacs. Thanks.

@stsquad stsquad added the enhancement New feature or request label Feb 25, 2020
@stsquad
Copy link
Owner

stsquad commented Feb 25, 2020

Yes currently dired-rsync blindly tries to set up a portfwd to backchannel the rsync. However we should be able to special case the same remote to same remote case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants