Top "Rsync" questions

GENERAL RSYNC SUPPORT IS OFF-TOPIC.

Copying files using rsync from remote server to local machine

Once I've ssh'd into my remote server, what would the command be to copy all files from a directory to …

ssh rsync
How to pass password automatically for rsync SSH command?

I need to do rsync by ssh and want to do it automatically without the need of passing password for …

ssh passwords rsync
Is it possible to specify a different ssh port when using rsync?

I have been attempting the following command: rsync -rvz --progress --remove-sent-files ./dir user@host:2222/path SSH is running on port 2222, …

ssh rsync
rsync error: failed to set times on "/foo/bar": Operation not permitted

I'm getting a confusing error from rsync and the initial things I'm finding from web searches (as well as all …

rsync file-transfer
How does `scp` differ from `rsync`?

An article about setting up Ghost blogging says to use scp to copy from my local machine to a remote …

rsync scp
rsync: how can I configure it to create target directory on server?

I would like to rsync from local computer to server. On a directory that does not exist, and I want …

rsync
Speed up rsync with Simultaneous/Concurrent File Transfers?

We need to transfer 15TB of data from one server to another as fast as we can. We're currently using …

bash shell ubuntu-12.04 rsync simultaneous
rsync - mkstemp failed: Permission denied (13)

I have the following setup to periodically rsync files from server A to server B. Server B has the rsync …

linux permissions rsync
Two way sync with rsync

I have a folder a/ and a remote folder A/. I now run something like this on a Makefile: get-music: …

file sync rsync two-way
Using Rsync include and exclude options to include directory and file by pattern

I'm having problems getting my rsync syntax right and I'm wondering if my scenario can actually be handled with rsync. …

linux unix rsync darwin