# secure data storage

Published articles for secure data storage.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Creating fully encrypted ZFS pool

DevFeed: [Creating fully encrypted ZFS pool](<https://devfeed.tech/articles/creating-fully-encrypted-zfs-pool-27668.md>)

Original publisher: [Read original article](<https://gagor.pro/2021/11/creating-fully-encrypted-zfs-pool/>)

Author: Tom

Published: 2021-11-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [backups](<https://devfeed.tech/topics/backups.md>)

Tags: [backup](<https://devfeed.tech/tags/backup.md>), [data-storage](<https://devfeed.tech/tags/data-storage.md>), [debian](<https://devfeed.tech/tags/debian.md>), [encrypted-zfs-pool](<https://devfeed.tech/tags/encrypted-zfs-pool.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-zfs-setup](<https://devfeed.tech/tags/linux-zfs-setup.md>), [raid](<https://devfeed.tech/tags/raid.md>), [secure-data-storage](<https://devfeed.tech/tags/secure-data-storage.md>), [security](<https://devfeed.tech/tags/security.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [ubuntu-zfs-guide](<https://devfeed.tech/tags/ubuntu-zfs-guide.md>), [zfs](<https://devfeed.tech/tags/zfs.md>), [zfs-encryption](<https://devfeed.tech/tags/zfs-encryption.md>), [zfs-pool-configuration](<https://devfeed.tech/tags/zfs-pool-configuration.md>)

### AI overview

A tutorial on creating a fully encrypted ZFS pool on Linux. It covers choosing RAIDZ1, generating and backing up an encryption key, creating the pool with stable disk identifiers, and configuring automatic decryption at boot.

### Source excerpt

Learn how to create a fully encrypted ZFS pool on Linux, including steps for generating encryption keys and configuring ZFS for secure data storage.