forked from manoeldesouza/zc
-
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.
zfs send is working. But may crash the application
- Loading branch information
1 parent
94ce384
commit 5979f3e
Showing
7 changed files
with
63 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zc" | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
authors = ["Manoel de Souza <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ mod content; | |
|
||
const NAME: &str = "zc - ZFS Commander"; | ||
const COPYRIGHT: &str = "Copyright (c) 2020, Manoel de Souza <[email protected]>"; | ||
const VERSION: &str = "0.9.3"; | ||
const VERSION: &str = "0.9.4"; | ||
const RELEASE: &str = "30-Jul-2020"; | ||
|
||
const HELP: &str = r#" | ||
|
@@ -25,7 +25,7 @@ const HELP: &str = r#" | |
|:-----:|:---------------:|:-------------:|:-------------:|:-------------:| | ||
| F1 | Help | Help | Help | Help | | ||
| F2 | - | - | zfs diff | - | | ||
| F3 | - | - | - | - | | ||
| F3 | - | - | zfs send | - | | ||
| F4 | - | - | - | - | | ||
| F5 | - | zfs snapshot | zfs clone | zfs snapshot | | ||
| F6 | - | zfs rename | zfs rename | zfs rename | | ||
|