forked from logcabin/logcabin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logcabinctl commands to control snapshotting
The new commands are: snapshot inhibit get Print the remaining time for which the server was prevented from taking snapshots. snapshot inhibit set [<time>] Abort the server's current snapshot if one is in progress, and disallow the server from starting automated snapshots for the given duration [default: 1week]. snapshot inhibit clear Allow the server to take snapshots normally. snapshot start Begin taking a snapshot if none is in progress. snapshot stop Abort the current snapshot if one is in progress. snapshot restart Abort the current snapshot if one is in progress, then begin taking a new snapshot. Close logcabin#167: logcabinctl to disable snapshotting
- Loading branch information
Showing
9 changed files
with
676 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.