when I start rsync.exe it syncs the given directories perfectly but it doesn't finish. I don't know is it waiting for something or just hanging after doing its job?
I used this syntax: rsync -Patvvz sync01.mycompany.de::data/* /data/
/data/ is c:\data on my local machine.
So, only ctrl+c lets end the rsync for windows.
Any Idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
when I start rsync.exe it syncs the given directories perfectly but it doesn't finish. I don't know is it waiting for something or just hanging after doing its job?
I used this syntax: rsync -Patvvz sync01.mycompany.de::data/* /data/
/data/ is c:\data on my local machine.
So, only ctrl+c lets end the rsync for windows.
Any Idea?