Displaying 1 result from an estimated 1 matches for "rlpogt".
Did you mean:
arlpogt
2005 Jun 29
1
2 instances of rsync
...ne,
Here is the scenario:
I have an rsync daemon on server P and a script on server H.
The source is server P. Files are copied from P to H.
I noticed that when the script is run, there are 2 instances of rsync running (using ps) on server H.
Is this normal behaviour?
My rsync command is:
rsync -rlpogt --delete-after --exclude-from=$EXCLUDESFILE --temp-dir=/tmp --stats $1 $2 >> $LOGFILE
-------------- next part --------------
HTML attachment scrubbed and removed