From e9b4bd17b6aa99902d8aa818a9b9ec422f8488ce Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Mon, 11 Jan 2021 14:16:45 +0100 Subject: [PATCH] fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a32869..480baba 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ rmdir backup you can replace the name (`storage`) with any filename you like. If you'd rather use a partition skip the `dd` part and run `luksFormat` directly on your partition and replace the file with the device at all other steps. -*Note that the file will be shown to be 150GB in size, but it will not use 150GB of disk space. As the luks container fills up, the file will grow with it. If you don't want this, I would suggest filling the whole file with data from urandom. This will take a while on initialization though.* +*Note that the file will be shown to be 100GB in size, but it will not use 100GB of disk space. As the luks container fills up, the file will grow with it. If you don't want this, I would suggest filling the whole file with data from urandom. This will take a while on initialization though.* **step 2:** configure the backup script: Replace these variables in the beginning with your own: