Top "Rsync" questions

GENERAL RSYNC SUPPORT IS OFF-TOPIC.

rsync deploy and file/directories permissions

I'm trying to use rsync to deploy my website that resides on a shared web host. Phpsuexec is running on …

permissions rsync chmod
What's the difference between cloning and copying a git repo?

The same question exists for mercurial, and I'm wondering how this applies to git? In particular, I'm interested in cases …

git copy rsync git-clone
ConfigParser.MissingSectionHeaderError when parsing rsyncd config file with global options

A configuration file generally needs section headers for each section. In rsyncd config files a global section need not explicitly …

python rsync configparser
copy a directory structure with file names without content

I have a huge directory structure of movie files. For analysis of that structure I want to copy the entire …

linux copy structure rsync
Mirror folder from remote server in pure PHP

I want to keep a folder on one machine in sync with a folder on another. This is for a …

php sync rsync mirroring
Command (wget) to grab all files with rpm extension from repository websites

Background- I'm trying to manually install a repo to cobbler because reposync isn't working for some reason. I need to …

linux wget rsync rpm repo
rsync (cwrsync) in Gitbash - The source and destination cannot both be remote. [windows 7]

I am trying to sync a local path to another drive using Git Bash in Windows 7. I downloaded cwRsync and …

windows rsync git-bash cwrsync
How does scp traffic flow between two remote hosts?

If you issue a scp command between 2 remote servers, will the traffic flow directly between the hosts, or will it …

sftp rsync scp
Android Runtime.getRuntime().exec and rsync

I'm tryng to run rsync on my device. I have the binary in /system/xbin/rsync and I'm trying to …

android exec rsync su root
calling rsync from python subprocess.call

I'm trying to execute rsync over ssh from a subprocess in a python script to copy images from one server …

python arguments call subprocess rsync