Jump to content

RSYNC illin'


bcoffin

Recommended Posts

I have a couple of installations of a small app (that has a lot of pages, unfortunately) and am looking into rsync to auto-sync all changed files to these boxes. It's working great, using the following:

 

rsync -rptgovz --timeout=300 -e ssh /cygdrive/path/to/local/files/ [email protected]:/home/path/to/one/installation

 

And it's checking the differences, uploading newer files, and everything it's supposed to be doing on that front.

 

However, it's changing all my perms to 0755. And changing all of my user:groups to 401:402 for some reason.

Has anybody experienced this? The g and o flags are supposed to retain group and owner attributes. The p flag is supposed to retain the perms. I'm using v2.6.3 and setting (SET CYGWIN=nontsec).

 

Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/72406-rsync-illin/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.