Configuración del Almacenamiento Persistente

Para configurar el Almacenamiento Persistente, selecciona Aplicaciones ▸ Tails ▸ Almacenamiento Persistente.

Sólo las funcionalidades listadas aquí pueden hacerse persistentes por el momento.

We are often asked to implement new features of the Persistent Storage: Tor Browser preferences, Tor configuration, desktop background, mouse and touchpad settings, and so on. See the list of issues about the Persistent Storage in our GitLab.

Documentos Personales

Carpeta Persistente

When the Persistent Folder feature is turned on, you can save your personal files and working documents in the Persistent folder.

To open the Persistent folder:

  1. Elige Aplicaciones ▸ Accesorios ▸ Archivos.

  2. Select the Persistent folder in the sidebar.

Configuraciones del Sistema

Pantalla de Bienvenida

Cuando esta funcionalidad está habilitada, la configuración de la Pantalla de Bienvenida se guarda en el Almacenamiento Persistente: idioma, teclado, y configuraciones adicionales.

Para recuperar tu configuración cuando inicies Tails, desbloquea el Almacenamiento Persistente en la Pantalla de Bienvenida.

Impresoras

Cuando la funcionalidad de Impresora está activada, la configuración de las impresoras se guarda en el Almacenamiento Persistente.

Red

Conexiones de Red

When the Network Connections feature is turned on, the password for Wi-Fi networks and configuration of wired networks are saved in the Persistent Storage.

Puente Tor

When the Tor Bridge feature is turned on, the last Tor bridge that you used to connect to Tor successfully is saved in the Persistent Storage.

Aplicaciones

Marcadores del Navegador Tor

Cuando se activa la funcionalidad de Marcadores del Navegador Tor, los cambios a los marcadores en el Navegador Tor se guardan en el Almacenamiento Persistente.

Cartera de bitcoin Electrum

Cuando la funcionalidad Cartera de bitcoin Electrum está encendida, el monedero de bitcoin y las preferencias del cliente de bitcoin Electrum se guardan en el Almacenamiento Persistente.

Cliente de correo Thunderbird

Cuando se habilita esta funcionalidad, la configuración y los emails almacenados por el cliente de email Thunderbird se guardan en el volumen persistente.

GnuPG

When the GnuPG feature is turned on, the OpenPGP keys that you create or import in GnuPG and Kleopatra are saved in the Persistent Storage.

Cliente de mensajería Pidgin

Cuando esta característica está activada, todos los archivos de configuración de Pidgin Internet messenger se guardan en el Almacenamiento Persistente:

  • The configuration of your accounts, contacts, and chats

  • Tus llaves de cifrado OTR y anillo de llaves

The content of the discussions is not saved, unless you configure Pidgin to do so.

All the configuration options are available from the graphical interface of Pidgin. You don't need to manually edit or overwrite the configuration files.

Cliente SSH

Cuando la funcionalidad Cliente SSH está encendida, todos los archivos relacionados al cliente de Secure Shell (SSH) se guardan en el Almacenamiento Persistente:

  • Las llaves SSH que generas o importas

  • Las llaves públicas de los hosts a los que te conectas

  • El archivo de configuración SSH en /home/amnesia/.ssh/config

Configuración avanzada

Software Adicional

Cuando la funcionalidad de Software Adicional está habilitada, una lista de software adicional de tu elección se instala automáticamente cada vez que inicias Tails.

Los paquetes correspondientes de software se guardan en el Almacenamiento Persistente. Estos se actualizan automáticamente por seguridad cada vez que se establece una conexión de red.

The packages included in Tails are carefully tested for security. Installing additional packages might break the security built into Tails, so be careful with what you install.

Dotfiles

Cuando la funcionalidad de Dotfiles está activada:

  • The Files browser has a shortcut to the Dotfiles folder in the sidebar.

    The absolute path of the Dotfiles folder is /live/persistence/TailsData_unlocked/dotfiles.

  • All the files in the Dotfiles folder are linked in the Home folder using Linux symbolic links.

  • All the files in subfolders of the Dotfiles folder are also linked in the corresponding subfolder of the Home folder using Linux symbolic links.

For example, having the following files in the Dotfiles folder:

Dotfiles
├── file_a
├── folder
│   ├── file_b
│   └── subfolder
│       └── file_c
└── emptyfolder

Produces the following result in the Home folder:

Home
├── 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

The Dotfiles feature only links specific files, and not entire folders, from the Persistent Storage. Accordingly, empty folders are ignored, as shown in the above example.

On Tails and Linux in general, the name of configuration files often starts with a dot and are sometimes called dotfiles for this reason. The Dotfiles feature of the Persistent Storage makes it easy to persist such "dotfiles", for example /home/amnesia/.gitconfig or /home/amnesia/.bashrc.

Be careful if you use the Dotfiles feature to overwrite the default settings.

The programs included in Tails are carefully configured with security in mind. You can weaken your security if you change the defaults.

The anonymity of Tor and Tails relies on making it harder to distinguish one Tails user from another. In some cases, changing the default settings can break your anonymity.

Guarda la configuración de tus pantallas

Si tienes más de una pantalla (por ejemplo, dos monitores o un proyector) puedes guardar la configuración de tus pantallas usando la funcionalidad Dotfiles.

  1. Activa la funcionalidad Dotfiles y reinicia Tails.

  2. Choose Apps ▸ System Tools ▸ Settings to open the Settings utility.

  3. Choose Displays in the Settings utility.

  4. Configura tus pantallas.

  5. Elige Aplicaciones ▸ Accesorios ▸ Archivos.

  6. Select the Dotfiles folder in the sidebar.

  7. Select the View Options button in the title bar and select the option Show Hidden Files.

  8. Create a folder named .config (notice the .) in this Dotfiles folder.

  9. Copy the file .config/monitors.xml from your Home folder to this .config folder.

Eliminar los datos correspondientes a una funcionalidad

When you turn off a feature of the Persistent Storage:

  • The data of the feature is not available anymore in Tails.

    For example:

    • If you turn off the Persistent Folder feature, the documents saved in the Persistent folder are not available anymore in the Files browser.

    • If you turn off the Electrum Bitcoin Wallet feature, the wallet used by Electrum is not available anymore.

  • The data of the feature is still saved in the USB stick.

    A Delete Data button appears in the setting of the feature.

    • Click the Delete Data button to delete the corresponding data from the USB stick.

    • Turn on the feature again to restore the data and make it available in Tails again.