Skip to content

Commit 7bbcefc

Browse files
committed
typo, readme
1 parent e55c1e5 commit 7bbcefc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ Q: how is the encryption key produced from the string password given?
8383

8484
A: password-based key derivation function PBKDF2-HMAC-SHA256 is used with 100k iterations
8585

86+
## TODO/plans
87+
88+
* select encryption algorithm and key size, or even turn off the encryption (for the sake of speed)
89+
* proper cleanup after interrupted/failed backup
90+
* record time spent and throughput (I normally know when I _start_ my backups, but when the process is actually finished is not always obvious)
91+
* add benchmark mode, so that one can select best compression and encryption settings on exact hardware
92+
* multi-threaded compression/decompression
93+
8694
## Disclaimer
8795

88-
Although the tool is abundant with tests and coded in Rust, it's written by a human and may contain errors. The author has not responsibility on lost data of any production servers in case something goes wrong.
96+
Although the tool is abundant with tests and coded in Rust, it's written by a human and may contain errors. The author has no responsibility on lost data of any production servers in case something goes wrong

0 commit comments

Comments
 (0)