Some users would like to enforce that only one backup operation can be active at any given time. This mode should be optional and enabled via--lock
flag.
We could just create pid file in instance directory, check it presence and, if it exists, check the process status.