Displaying 1 result from an estimated 1 matches for "inttab".
Did you mean:
gnttab
2013 May 03
2
rsync not running with upstart
...up to the next day before a new run is started.
In practice the script just exits when reaching the end of the wait(s),
#!/bin/bash
rsync all servers
wait till next day
exit 1
This works fine under all Centos systems in previously and currently versions in use, from Centos 5.x (using inttab) and Centos 6x (using Upstart)
Problem:
when run from upstart, the script works only with Centos versions lower than 6.3;
When running the script from upstart, rsync exists with a error 14, some error that has something to do ipc codes. (What are ipc codes?)
The versions of rysnc are the same, 3...