Currently SIGSTOP signal forces backup tool to finish, but it has different semantics. It supposed to pause process until subsequent SIGCONT signal. That can actually be useful for example in case when we have low disk space issue and want to pause subscriber, free up some space and then continue consumption.
Currently
SIGSTOPsignal forces backup tool to finish, but it has different semantics. It supposed to pause process until subsequentSIGCONTsignal. That can actually be useful for example in case when we have low disk space issue and want to pause subscriber, free up some space and then continue consumption.