-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Milestone
@gsmolk
Description
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.