O uso de um volume persistente em um sistema que é projetado para prover
anonimato e não deixar rastros é uma questão complicada.
Leia cuidadosamente a seção de advertências.
Para iniciar o assistente de volume persistente, escolha
.When run for the first time, or after deleting the persistent volume, the assistant proposes to create a new persistent volume on the USB stick. Refer to our installation instructions for more guidance on creating the persistent volume.
Funcionalidades da persistência
If you deselect a feature that used to be activated, it will be deactivated after restarting Tails but the corresponding files will remain on the persistent volume.
To delete the files corresponding to a feature:
- Start Tails and set an administration password.
- Choose to open a terminal with administration rights.
- Execute the nautilus command to open the file browser with administration rights.
- In the file browser, navigate to /live/persistence/TailsData_unlocked.
- Delete the folder corresponding to the feature.

Quando esta funcionalidade é ativada, você pode salvar seus arquivos pessoais e documentos de trabalho na pasta Persistent.
To open the Persistent folder, choose .
When this feature is activated, changes to the bookmarks in Tor Browser are saved in the persistent volume. This does not apply to the Unsafe Browser.
Quando esta funcionalidade é ativada, a configuração dos dispositivos e conexões de rede é salva no volume persistente.
When this feature is enabled, a list of additional software of your choice is automatically installed every time you start Tails.
The corresponding software packages are stored in the persistent volume. They are automatically upgraded for security after a network connection is established.
The packages included in Tails are carefully tested for security. Installing additional packages might break the security built in Tails, so be careful with what you install.
Quando esta funcionalidade é ativada, a configuração de impressoras é salva no volume persistente.
When this feature is activated, the configuration and emails stored by the Thunderbird email client are saved in the persistent volume.
Quando esta funcionalidade é ativada, as chaves OpenPGP que você criar ou importar serão salvas no volume persistente.
When this feature is activated, the bitcoin wallet and preferences of the Electrum bitcoin client are saved in the persistent volume.
Quando esta funcionalidade é ativada, todos os arquivos de configuração do mensageiro de Internet Pidgin são salvos no volume persistente:
- A configuração das suas contas, contatos e conversas.
- Suas chaves e chaveiro de criptografia OTR.
- O conteúdo das discussões não são salvos a menos que você configure o Pidgin para fazê-lo.
Todas as opções de configuração estão disponíveis na interface gráfica. Não há necessidade de editar manualmente ou sobrescrever os arquivos de configuração.
Quando esta funcionalidade é ativada, todos os arquivos relativos ao cliente de SSH são salvos no volume persistente:
- As chaves SSH que você cria ou importa
- As chaves públicas dos servidores aos quais você se conecta
- O arquivo de configuração SSH em ~/.ssh/config
When this feature is activated, all the files in the /live/persistence/TailsData_unlocked/dotfiles folder are linked in the Home folder. Files in subfolders of dotfiles are also linked in the corresponding subfolder of your Home folder.
For example, having the following files in /live/persistence/TailsData_unlocked/dotfiles:
/live/persistence/TailsData_unlocked/dotfiles
├── file_a
├── folder
│ ├── file_b
│ └── subfolder
│ └── file_c
└── emptyfolder
Produces the following result in /home/amnesia:
/home/amnesia
├── file_a → /live/persistence/TailsData_unlocked/dotfiles/file_a
└── folder
├── file_b → /live/persistence/TailsData_unlocked/dotfiles/folder/file_b
└── subfolder
└── file_c → /live/persistence/TailsData_unlocked/dotfiles/folder/subfolder/file_c
Esta opção é útil se você quiser tornar persistentes alguns arquivos específicos, mas não as pastas nos quais eles estão armazenados. Um exemplo são os chamados "dotfiles" (e por isso o nome desta funcionalidade), os arquivos de configuração ocultos na raíz do seu diretório home, como o ~/.gitconfig e o ~/.bashrc.
As you can see in the previous example, empty folders are ignored. This feature only links files, and not folders, from the persistent volume into the Home folder.
Save the configuration of your displays
If you have more than one display (for example, two monitors or a projector), you can save the configuration of your displays using the Dotfiles feature.
Activate the Dotfiles feature and restart Tails.
Choose
.Configure your displays.
Open /live/persistence/TailsData_unlocked/dotfiles in Files.
Choose
Create a folder called .config (config preceded by a dot).
Copy the .config/monitors.xml file from your Home folder to /live/persistence/TailsData_unlocked/dotfiles/.config.