From 7e136d58b3b8cb3278ad5d63a5d7e55c336a8dc7 Mon Sep 17 00:00:00 2001 From: Samuel N Cui Date: Tue, 26 Sep 2023 18:59:37 +0800 Subject: [PATCH] feat: add more to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ec6433..25d8aca 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ YATM is a first-of-its-kind open-source tape manager for LTO tape via LTFS tape - The job manager allows you to select which tape drive to use and tells you which tape is needed while executing a restore job. - Fast copy with file pointer preload, uses [ACP](https://github.com/samuelncui/acp). Optimized for linear devices like LTO tapes. - Sorted copy order depends on file position on tapes to avoid tape shoe-shining. +- Hardware envelope encryption for every tape (not properly implemented now, will improve as next step). ## Dependency