-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dennis Schwerdel
committed
Apr 27, 2017
1 parent
c2bf23d
commit 737f78a
Showing
15 changed files
with
132 additions
and
86 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
Large diffs are not rendered by default.
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,14 +1,15 @@ | ||
[package] | ||
name = "zvault" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Dennis Schwerdel <[email protected]>"] | ||
description = "Deduplicating backup tool" | ||
|
||
[dependencies] | ||
serde = "0.9" | ||
rmp-serde = "0.12" | ||
serde_yaml = "0.6" | ||
serde_utils = "0.5.2" | ||
serde = "1.0" | ||
rmp-serde = "0.13" | ||
serde_yaml = "0.7" | ||
serde_utils = "0.6" | ||
serde_bytes = "0.10" | ||
squash-sys = "0.9" | ||
quick-error = "1.1" | ||
blake2-rfc = "0.2" | ||
|
@@ -30,7 +31,7 @@ crossbeam = "0.2" | |
pbr = "1.0" | ||
users = "0.5" | ||
time = "*" | ||
libc = "*" | ||
libc = "0.2" | ||
index = {path="index"} | ||
chunking = {path="chunking"} | ||
|
||
|
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,3 +1,22 @@ | ||
zvault (0.3.0) stable; urgency=medium | ||
|
||
* [added] Ability to read/write tar file from/to stdin/stdout | ||
* [added] Added date to bundles | ||
* [added] Option to combine small bundles | ||
* [added] Fixed chunker | ||
* [modified] Logging to stderr | ||
* [modified] Enforce deterministic bundle ordering | ||
* [modified] More info in analyze subcommand | ||
* [modified] Estimating final bundle size in order to reach it | ||
* [fixed] Only print "repairing bundles" if actually repairing bundles | ||
* [fixed] Only put mode bits of st_mode into metadata | ||
* [fixed] Only repairing backups with --repair | ||
* [fixed] Fixed vacuum | ||
* [fixed] First removing bundles, then adding new ones | ||
* [fixed] No longer clobbering broken files | ||
|
||
-- Dennis Schwerdel <[email protected]> Thu, 27 Apr 2017 13:34:34 +0200 | ||
|
||
zvault (0.2.0) stable; urgency=medium | ||
|
||
* [added] Added CHANGELOG | ||
|
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
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
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