Top "Rsync" questions

GENERAL RSYNC SUPPORT IS OFF-TOPIC.

RSync: How do I synchronize in both directions?

I want to use rsync to synchronize two directories in both directions. I refer to synchronization in classical sense (not …

linux rsync
read input from a file and sync accordingly

I have a text file which contains the list of files and directories that I want to copy (one on …

rsync
Rsync copy directory contents but not directory itself

I'm trying to synchronize two contents of folders with different name: rsync -av ~/foo [email protected]:/var/www/bar …

rsync
compare contents of two directories on remote server using unix

I am new to unix and need some help here. I have two directories present on two different server. both …

unix diff ksh rsync vimdiff
rsync multiple remote directories to local machine preserving directory paths

Would I be able to use rsync as such: rsync -e ssh [email protected]:/path/to/file:/path/to/…

rsync
rsync through ssh tunnel

I want to rsync to a cluster node to which I usually connect passing through another system: Say I connect …

ssh rsync ssh-tunnel
rsync suddenly hanging indefinitely during transfers

For the past few years, I have been using an rsync one-liner to back up important folders on my Mac …

macos rsync nas
Rsync to Amazon Ec2 Instance

I have an EC2 instance running and I am able to SSH into it. However, when I try to rsync, …

linux ssh amazon-ec2 rsync
How to change the owner for a rsync

I understand preserving the permissions for rsync. However in my case my local computer does not have the user the …

unix rsync
rsync - create all missing parent directories?

I'm looking for an rsync-like program which will create any missing parent directories on the remote side. For example, if …

rsync scp