dired-rsync icon indicating copy to clipboard operation
dired-rsync copied to clipboard

Support for rsync from Emacs dired buffers

Results 15 dired-rsync issues
Sort by recently updated
recently updated
newest added

I'm not sure if this is related to dired-rsync, but I see a lot of ^M character in the process buffer. I couldn't find a solution to get rid of...

Tramp has built-in functions to parse its paths, `tramp-dissect-file-name`, and the `with-parsed-tramp-file-name` convenience macro. This PR: - Deletes the various `dired-rsync-extract-*` functions and their tests. - Updates `dired-rsync--quote-and-maybe-convert-from-tramp` to use...

I would like to have a way to sync two directories so something like ``` (defun my-dired-sync-workflow(src dst) ...) (global-set-key (kbd ...) 'my-dired-sync-workflow) ``` and probably have a set of...

question

I have a certain rsync workflow I'm trying to (partially) automate - 1. Local-to-local synchronization 2. User specifies an alist of source/target directory pairs. These do not change too often,...

enhancement

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...

enhancement

I run Emacs on Windows 10. I have installed Dired-rsync in Emacs but cannot copy files. I get this error: dired-rsync: failed (see *rsync @ Sat Jan 11 13:50:29 2020...

question

Dired rsync is amazing, it will be better if it can : 1. selected files in multiple dired buffers is added to a list 2. in dired-rsync--filter, the file that...

enhancement

When trying to rsync-copy a file, I get this: ``` fish: Unknown command sudo:root\\@cremaster fish: rsync -az --info=progress2 foo myserver|sudo:"root\@myserver" ``` Is this a problem with my shell (fish) or...

enhancement

I am using ssh tunnel to connect to a server. Tramp uses `#` to separate port number from the host name. I am guessing dired-rsync needs to replace `#port` with...

enhancement

I used the command "dired-rsync" to transfer a local file to the remote, however, Emacs outputs errors as follows: sending incremental file list rsync: mkdir "/ssh:xxxx@xxxxxxx/home/xxxx/project" failed: No such file...

question