Discussion:
[rsnapshot-discuss] 3 rsync process ?
Mathieu Chateau
2015-07-26 10:43:09 UTC
Permalink
Hello,

when rsnapshot start, I can find this in log (replaced path for security):

[25/Jul/2015:21:48:33] /usr/bin/rsync -a --delete --numeric-ids --relative
--delete-excluded --link-dest=/desFolder/hourly.1/customers/ /sourceFolder
/desFolder/hourly.0/customers/

So far, so good.

But When I look in process on server, I find 3 rsync (replaced path for
security):

[***@myserver ~]# ps auwx | grep rsync
root 4567 0.2 0.1 142096 26956 ? S Jul25 2:12
/usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded
--link-dest=/desFolder/hourly.1/customers/ /sourceFolder
/desFolder/hourly.0/customers/

root 4568 0.0 0.1 142000 26292 ? S Jul25 0:28
/usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded
--link-dest=/desFolder/hourly.1/customers/ /sourceFolder
/desFolder/hourly.0/customers/

root 4569 0.3 0.1 142288 26480 ? S Jul25 2:59
/usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded
--link-dest=/desFolder/hourly.1/customers/ /sourceFolder
/desFolder/hourly.0/customers/

is it really normal ?
I tried strace on 2 of them, looks like they are doing same folders.




Cordialement,
Mathieu CHATEAU
http://www.lotp.fr
Helmut Hullen
2015-07-26 11:00:00 UTC
Permalink
Hallo, Mathieu,
Post by Mathieu Chateau
when rsnapshot start, I can find this in log (replaced path for
[...]
Post by Mathieu Chateau
So far, so good.
But When I look in process on server, I find 3 rsync (replaced path
[...]
Post by Mathieu Chateau
is it really normal ?
Seems to be the usual behaviour of "rsync", seems to be no problem,
especially seems to be no problem related only to "rsnapshot".

Viele Gruesse!
Helmut


------------------------------------------------------------------------------
Mathieu Chateau
2015-07-26 11:17:47 UTC
Permalink
Thanks, I wans't sure. If killing the first one, the 2 others go away, so
all good

Cordialement,
Mathieu CHATEAU
http://www.lotp.fr
Post by Helmut Hullen
Hallo, Mathieu,
[...]
Post by Mathieu Chateau
So far, so good.
But When I look in process on server, I find 3 rsync (replaced path
[...]
Post by Mathieu Chateau
is it really normal ?
Seems to be the usual behaviour of "rsync", seems to be no problem,
especially seems to be no problem related only to "rsnapshot".
Viele Gruesse!
Helmut
------------------------------------------------------------------------------
_______________________________________________
rsnapshot-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
Loading...