Displaying 1 result from an estimated 1 matches for "prod_environ".
Did you mean:
procenviron
2009 Apr 16
0
rsync randomly and silently skips files
Hi,
I'm using rsync to sync a custom production environment (binaries,
scripts, config files) out to remote sites. The exact same command
runs twice daily from cron. The command is basically:
rsync -av --exclude somepath /prod_environ/ remotesite:/prod_environ/
Nothing too fancy IMO. And until recently, it has worked exactly as
expected.
But last night, and a few days ago, at least one changed file was
silently skipped/missed. I log the rsync job, and rsync did not
generate any errors, and exited back to the shell with code...