Top "Rsync" questions

GENERAL RSYNC SUPPORT IS OFF-TOPIC.

What does f+++++++++ mean in rsync logs?

I'm using rsync to make a backup of my server files, and I have two questions: In the middle of …

backup logging rsync
How to resume scp with partially copied files?

I use scp shell command to copy huge folder of files. But at some point of time I had to …

bash rsync scp resume
Symbolic links and synced folders in Vagrant

I want to use Vagrant to provide a common development environment to my team. The hosts are completely different: Some …

synchronization sync vagrant rsync vagrantfile
What is the simplest way to remove a trailing slash from each parameter?

What is the simplest way to remove a trailing slash from each parameter in the '$@' array, so that …

bash shell arguments rsync stripslashes
Comprehensive list of rsync error codes

I'm writing a script that does daily snapshots of users' home directories. First I do a dry run using: rsync …

linux rsync error-code
How to copy a directory from local machine to remote machine

I am using ssh to connect to a remote machine. Is there a way i can copy an entire directory …

ssh rsync scp
rsync not synchronizing .htaccess file

I am trying to rsync directory A of server1 with directory B of server2. Sitting in the directory A of …

linux shell unix wildcard rsync
Python Subprocess.Popen from a thread

I'm trying to launch an 'rsync' using subprocess module and Popen inside of a thread. After I call the rsync …

python multithreading subprocess rsync
cygwin + rsync

I would like to backup a dir in Win XP on a Solaris server via rsync. I installed cygwin but …

cygwin rsync
How to use Rsync to copy only specific subdirectories (same names in several directories)

I have such directories structure on server 1: data company1 unique_folder1 other_folder ... company2 unique_folder1 ... ... And I want duplicate …

centos rsync centos6