Displaying 1 result from an estimated 1 matches for "d6692522".
2010 Nov 11
1
rsync stops at system call select()
hi, all:
I need to back up about 50 files, the size of which won't exceed 5m,
every 10~15 minutes to four remote machines.
The back up command is written in a shell script file and was
executed by the scheduling program with system() function. The scheduling
program is implemented with c++.
The command as follow:
*rsync -az /home/admin/service/* admin at