Top "Rsync" questions

GENERAL RSYNC SUPPORT IS OFF-TOPIC.

Rsync not deleting

I have setup rsync to mirror a directory from a source server(a) to a mirror(b). I have gotten …

linux centos sync rsync mirror
Rsync does not properly set permissions on Windows folder

I'm using rsync on Windows 7 (in particular, cwrsync). I'm using a simple command as such: rsync -r --perms --delete /cygdrive/…

windows rsync directory-permissions
Recover files deleted with rsync -avz --delete

Is it possible to recover files deleted with rsync -avz --delete? If it is, what are some suggested tools to …

linux rsync ubuntu-11.10 ext4
Do not show directories in rsync output

Does anybody know if there is an rsync option, so that directories that are being traversed do not show on …

command-line rsync
How to use fswatch and rsync to automatically sync directories?

I'd like to automatically run a one way sync between two local directories using rsync. Meaning when a change is …

macos rsync fswatch
rsync skip non existing files on source

I'm developing a script in python that could collect logs from multiple machines. I'm using rsync. But there's a problem. …

python linux rsync
How to keep an eclipse workspace synchronized among two machines?

I have nearly identical Linux (Fedora) machines at home and at work and I keep my files on both machines …

linux eclipse rsync unison
Is it possible to use rsync inside of iOS app?

is it possible to use rsync lib inside of an iPhone or iPad app? Or maybe there are any alternatives …

iphone ios ipad rsync
In ansible, how to synchronize 2 folders on the same remote machine?

I have the following simple task: copying everything in folder A to folder B. Since I have many hosts in …

ansible rsync ansible-playbook ansible-2.x