Top "Rsync" questions

GENERAL RSYNC SUPPORT IS OFF-TOPIC.

rsync prints "skipping non-regular file" for what appears to be a regular directory

I back up my files using rsync. Right after a sync, I ran it expecting to see nothing, but instead …

linux unix backup rsync directory
rsync permissions question -- destination perms not properly applying

This is what I'm trying to do: rsync -rvl --chmod=ug=rwX,o=rX test /var/www and after I …

linux debian rsync
rsync: --include-from vs. --exclude-from what is the actual difference?

In the documentation, it mentions these as being files containing lists of either patterns to include or patterns to exclude. …

bash unix rsync
Bash scripting rsync: rsync: link_stat (blah) failed: No such file or directory (2)

I am trying to write a simple bash script for my local (Mac OS X) machine to move files from …

bash scripting rsync
How to use rsync --list-only source to list all the files in that directory?

Rsync can be used to list directories in the server as: rsync --list-only username@servername:/directoryname This lists the directory …

rsync
Vagrant with VirtualBox on Windows10: "Rsync" could not be found on your PATH

I've used Vagrant for a while on a windows 7 system. Now I've a new PC with windows 10. I installed Oracle …

vagrant virtualbox windows-10 rsync
rsync how to do a checksum on rsync

When using rsync sometimes the rsync doesn't copy all the files done, below is my code I use. Is they …

linux bash rsync checksum
How to force rsync to create destination folder

Example: rsync /tmp/fol1/fol2/fol3/foln user@addr:/tmp/fol1/fol2/fol3/foln My main problem is folder /tmp/…

rsync
How to automatically accept the remote key when rsyncing?

I'm attempting to make a system which automatically copies files from one server to many servers. As part of that …

bash shell ssh rsync
Rsync on Windows: wrong permissions for created directories

I'm trying to push changes to my server through ssh on windows (cygwin) using rsync. The command I am using …

windows rsync