Top "Rsync" questions

GENERAL RSYNC SUPPORT IS OFF-TOPIC.

rsync .git directory

This question probably is based on my lack of understanding of the role of .gits and git repositories in general …

git rsync
rsync exclude according to .gitignore & .hgignore & svn:ignore like --filter=:C

Rsync includes a nifty option --cvs-exclude to “ignore files in the same way CVS does”, but CVS has been obsolete …

git svn mercurial rsync
Rsync limit transfer speed not working

i'm trying to limit the bandwidth Rsync is using by specifying the --bwlimit option, but it doesn't seem to work. …

rsync
Run Rsync from Python

I need to run an rsync command from Python. Is this possible and if so, how do I do it? …

python curl rsync
rsync --include option does not exclude other files

trying to rsync files of certain extension(*.sh), but the bash script below still transfer all the files, why? from=/…

bash rsync
How to rsync files with matching pattern in path by keeping directory structure intact?

I want to copy all files from server A to server B that have the same parent directory-name in different …

regex linux bash shell rsync
Using rsync to rename files during copying with --files-from?

Using rsync, how can I rename files when copying with the --files-from argument? I have about 190,000 files, each of which …

linux bash rename rsync
Rsync over SSH - timeout in ssh or rsync?

I'm dealing with a crappy ISP that resets my WAN connection at random points while my script is running. I …

ssh timeout rsync
Freenas rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1053) [sender=3.0.9]

Been at this for several days without luck. After setting up an initial installation of Freenas complete with all users, …

permissions rsync error-logging nas
Host Key Verification Failed with sshpass rsync

On my linux server I run the command: sshpass -p 'password' rsync -avz /source/folder/ [email protected]:/dest/folder …

ssh rsync sshpass