L
L
Lexty2015-04-22 14:38:38
rsync
Lexty, 2015-04-22 14:38:38

How to force rsync to copy all files?

Good afternoon.
Using rsync, I try to copy a project from a git repository to svn with the following command:

rsync --verbose --perms --recursive --cvs-exclude --delete --exclude=.svn -I /source/dir/git/ /destination/dir/svn/

Unfortunately, not all files in the svn directory after this command match the files in the git directory. You have to find them and copy them manually. Please tell me how to force rsync to copy all files that differ in content or, at worst, all files in general. Thank you.
rsync version 3.1.0 protocol version 31

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question