Displaying 3 results from an estimated 3 matches for "remotesite".
Did you mean:
remotesite2
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 0.
The miss...
2006 Mar 29
13
Rails on Mongrel
Hi,
After following advice from you good folks, I gave mongrel a try in a
cluster design based on the example on the Mongrel website - and it
worked right out of the box which is great - and it''s very fast :)
I have got a bit stuck though. I have two MS Word files in
/public/files/. I can pull back these files no problem but it isn''t
sending a mimetype.
I think I have two
2006 Mar 04
12
cross domain ajax
I''m trying to implement a cross domain solution for my rails app. I want
people to be able to fill out a form on their site and the data will be
passed back to my site through ajax, and their site gets updated. I''m
looking for the best way to implement this. I would like to use a JSON
approach like yahoo does, but i''m not sure if it will work.
Though the form is