|
[rsnapshot-discuss] rsync processes
From: Terry Barnum <terry@do...> - 2008-03-21 18:12
|
I have a cron job that runs rsnapshot every four hours to backup our email server and I happened to notice the other day while it was running there were 3 rsync processes. They are all identical when viewed in ps axwww: 19236 ?? Ss 0:00.01 /bin/sh/ -c /usr/bin/nice -n 20 /usr/local/bin/ rsnapshot hourly 2>&1 | /usr/local/bin/rsnapreport.pl | /usr/bin/mail - s "Hourly email report" postmaster@... 19237 ?? SN 0:00.26 /usr/bin/perl -w /usr/local/bin/rsnapshot hourly 19238 ?? S 0:00.04 perl /usr/local/bin/rsnapreport.pl 19239 ?? S 0:00.01 /usr/bin/mail -s Hourly email report postmaster@... 10241 ?? RN 3:25.43 /usr/bin/rsync -a --delete --numeric-ids -- relative --delete-excluded --stats --exclude-from=/etc/ rsnapshot.exclude --link-dest=/Volumes/gWhiz/snapshots/hourly.1/ localhost/ /Volumes/heyJoe/Mail /Volumes/gWhiz/snapshots/hourly.0/ localhost/ 10242 ?? SN 0:00.16 /usr/bin/rsync -a --delete --numeric-ids -- relative --delete-excluded --stats --exclude-from=/etc/ rsnapshot.exclude --link-dest=/Volumes/gWhiz/snapshots/hourly.1/ localhost/ /Volumes/heyJoe/Mail /Volumes/gWhiz/snapshots/hourly.0/ localhost/ 10243 ?? RN 4:01:68 /usr/bin/rsync -a --delete --numeric-ids -- relative --delete-excluded --stats --exclude-from=/etc/ rsnapshot.exclude --link-dest=/Volumes/gWhiz/snapshots/hourly.1/ localhost/ /Volumes/heyJoe/Mail /Volumes/gWhiz/snapshots/hourly.0/ localhost/ Is seems that 10241 and 10243 have been running for awhile. When I checked back later all of the processes had completed and did not show up in ps ax. Is this normal? Or maybe something to do with nice? Thank you. -Terry Terry Barnum digital OutPost San Diego, CA http://www.dop.com 800/464-6434 |
| Thread | Author | Date | |
|---|---|---|---|
| [rsnapshot-discuss] rsync processes | Terry Barnum <terry@do...> |
|
|