Top "Rsync" questions

GENERAL RSYNC SUPPORT IS OFF-TOPIC.

rsync exclude a directory but include a subdirectory

I am trying to copy a project to my server with rsync. I have project specific install scripts in a …

shell include rsync
Can rsync verify contents before syncing

Can Rsync be configured to verify the contents of the file before they are being synced. I have heard about …

linux file checksum rsync
rsync --delete --files-from=list / dest/ does not delete unwanted files

As you can see in the title I try to sync a folder with a list of files. I hoped …

rsync
What do the numbers in rsync's output mean?

When I run rsync with the --progress flag, I get information about the transfers as follows. path/to/file 16 100% 0.01kB/…

rsync
mv equivalent rsync command

i'm trying to move folders to another folders using command line, with overwrite if already exists, but i got error "…

linux bash rsync mv
How much is in-secure to use rsync in daemon mode without ssh

As we know we can use rsync via ssh to send files between computers especially in different network (e.g …

security networking rsync data-transfer
Why rsync uses mkdir without p option

As I can see rsync can't sync file if some of directories in file path doesn't exist. Why it doesn't …

rsync mkdir
Can you pass a chown command during an rsync call?

Title says it all really. I see that you can preserve owner:group but is it possible to change the …

rsync owner
Looking for cross-platform rsync-like functionality in python, such as rsync.py

I am implementing backup scripts in python. I'm trying to keep things cross platform. I hear there is a python …

python scripting rsync mirroring
Replicate selected postgresql tables between two servers?

What would be the best way to replicate individual DB tables from a Master postgresql server to a slave machine? …

postgresql replication rsync failover