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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: