diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 21:43:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 21:43:17 -0300 |
commit | d6e91b5bc9f2d028873c5f1aa75c2d7d17c8a082 (patch) | |
tree | d8030ead17499bc37f2c66e9b11ab24fec085f36 /docs/backups.md | |
parent | 3b6178116977b2a56cb381a23430c2b799acc862 (diff) | |
download | hydra-d6e91b5bc9f2d028873c5f1aa75c2d7d17c8a082.tar.gz hydra-d6e91b5bc9f2d028873c5f1aa75c2d7d17c8a082.tar.bz2 |
Feat: hydractl: mount-media: LUKS labels
Diffstat (limited to 'docs/backups.md')
-rw-r--r-- | docs/backups.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/backups.md b/docs/backups.md index b5f19c6..d39a85c 100644 --- a/docs/backups.md +++ b/docs/backups.md @@ -48,6 +48,11 @@ generated above by keyringer: $SUDO cryptsetup luksFormat ${DEVICE}1 +If you want to make this volume to have a label (helpful for detecting the disk +etc; downside: third parties can easily get the name), run this command: + + $SUDO cryptsetup config ${DEVICE}1 --label ${DISK} + Open the encrypted volume and create the basic filesystem structure needed to sync content: |