Cómo hacer una copia de seguridad de los juegos guardados de Retroarch en Linux

Cómo hacer una copia de seguridad de los juegos guardados de Retroarch en Linux

If you play a lot of Retroarch games on your Linux PC, you might be worried about your game saves. Yes, it’s true that Retroarch does a really good job of keeping saves safe, but accidents can happen.

In this guide, we’ll show you how to protect your Retroarch game saves by creating a backup. To get started, make sure you are using the Flatpak or the traditional release of Retroarch (the version you can install through your distribution’s package manager). This guide will not cover how to backup game saves for the Snap release of Retroarch.

Terminal-based backup

One way to back up Retroarch saves and save states is with the terminal and the Tar compression tool. To start the backup process, open up a terminal window by using the Ctrl + Alt + T or Ctrl + Shift + T keyboard combination. Then, once the terminal window is open, use the CD command to move into the Retroarch game saves directory.

If you are using the Flatpak release of RetroArch, use this CD command to move into the saves directory.

Cómo hacer una copia de seguridad de los juegos guardados de Retroarch en Linux

cd ~/.var/app/org.libretro.RetroArch/config/retroarch/saves/

Those using the Retroarch app that comes included in the software repository for the Linux operating system they use will need to enter a different CD command.

cd ~/.config/retroarch/saves/

When the terminal session is in the saves directory, you can use the tar command to create a backup of all of the game save files.

Cómo hacer una copia de seguridad de los juegos guardados de Retroarch en Linux

tar -czvf retroarch-game-saves.tar.gz *.*

With the compression complete, move the saves to the home directory using the mv command.

mv retroarch-game-saves.tar.gz ~/

Después de hacer una copia de seguridad de los archivos guardados, es hora de hacer una copia de seguridad de los estados guardados. Los estados de guardado son diferentes a los de los archivos guardados. Los archivos guardados son lo que los usuarios crean cuando usan la función "guardar" en archivos ROM. Los estados de guardado son guardados creados por Retroarch. Con el comando CD , mueva la sesión de terminal al directorio de estado de guardado.

Si es un usuario de Flatpak Retroarch, deberá usar este  comando de CD para ingresar al directorio de estado de guardado.

cd ~ / .var / app / org.libretro.RetroArch / config / retroarch / states /

Si está ejecutando la versión de Retroarch incluida en el repositorio de software de su sistema operativo Linux, en lugar de la versión Flatpak de la aplicación, deberá usar este comando de CD para pasar al directorio de estado de guardado.

cd ~ / .config / retroarch / states /

Ahora que la sesión de terminal está dentro del directorio de estado de guardado de Retroarch, utilice el comando tar y cree una copia de seguridad de los archivos de estado guardado.

tar -czvf retroarch-game-save-states.tar.gz *. *

Cuando se complete la compresión de los estados de guardado de Retrorch, mueva el archivo TarGZ a su directorio de inicio usando el comando mv .

mv retroarch-game-save-states.tar.gz ~ /

Después de todo el proceso de almacenamiento de archivos y guardar los archivos de estado se comprimen, abrir el administrador de archivos de Linux y agarrar tanto retroarch-game-saves.tar.gzy retroarch-game-save-states.tar.gzy subirlos a Dropbox, o colocarlos en una unidad flash USB u otros dispositivos para su custodia.

Restaurar la copia de seguridad del terminal

If you need to restore your backup and game saves to your Retroarch installation, open up the Linux file manager, and place the retroarch-game-saves.tar.gz and retroarch-game-save-states.tar.gz TarGZ archives into the home directory. Then, open up a terminal window and enter the commands below

Extract the contents of retroarch-game-saves.tar.gz to the Retroarch game saves directory using the tar command.

For Flatpak users, enter the following Tar command.

cd ~/
tar xvf retroarch-game-saves.tar.gz -C ~/.var/app/org.libretro.RetroArch/config/retroarch/saves/

Those running the non-Flatpak release of Retroarch, execute the following tar command.

cd ~/
tar xvf retroarch-game-saves.tar.gz -C ~/.config/retroarch/saves/

With the game saves restored, it is time to move on to the save states. Using the following tar command, extract the saves backup to the Retroarch save states directory.

Flatpak users, execute the following tar command to restore your save states to the correct directory.

cd ~/ 
tar xvf retroarch-game-save-states.tar.gz -C ~/.var/app/org.libretro.RetroArch/config/retroarch/states/

Non-Flatpak users, run this tar command to restore the Retroarch save states.

cd ~/
tar xvf retroarch-game-save-states.tar.gz -C ~/.config/retroarch/states/

Deja-Dup graphical backup

The terminal backup is an excellent way to back up your Retroarch game saves and keep them safe. However, the backup process is a bit involved and can be tedious if you’re new to Linux. If you’re not a technical Linux user, but still want to be able to create a backup of your game saves in Retroarch, we highly recommend making a backup with Deja-Dup.

Deja-Dup is an excellent tool that will automatically back up all of your configuration files, including Retroarch with no fuss. To learn how to create a backup of your Retroarch game saves with Deja-Dup, please follow this guide on the subject. It goes in-depth on how to create and restore backups with the app.


Mejora el portapapeles de Gnome Shell con Pano

Mejora el portapapeles de Gnome Shell con Pano

Seamos realistas, el portapapeles predeterminado de Gnome Shell no es muy bueno. ¡Instala Pano para mejorar tu experiencia con el portapapeles!

Cómo instalar DaVinci Resolve 17 en Linux

Cómo instalar DaVinci Resolve 17 en Linux

¿Necesita un excelente editor de video no lineal para su caja de Linux? ¡Haz que Davinci Resolve 17 funcione con esta guía!

Cómo descargar fondos de pantalla al escritorio de Linux con Wallpaper Downloader

Cómo descargar fondos de pantalla al escritorio de Linux con Wallpaper Downloader

Wallpaper Downloader es un descargador y administrador de fondos de pantalla de Linux. Es compatible con la mayoría de los entornos de escritorio de Linux y es muy fácil de usar. esta guía

Cómo instalar Tuxedo OS en tu computadora

Cómo instalar Tuxedo OS en tu computadora

¿Quiere probar el sistema operativo Tuxedo de las computadoras Tuxedo? Aprenda cómo hacer que la última versión de Tuxedo OS funcione en su PC.

Cómo instalar un archivo DEB en Linux

Cómo instalar un archivo DEB en Linux

¿Qué es un archivo DEB? Qué haces con eso? Conozca las muchas formas en que puede instalar archivos DEB en su PC con Linux.

Cómo jugar Dying Light en Linux

Cómo jugar Dying Light en Linux

Dying Light es un videojuego de terror y supervivencia de 2015 desarrollado por Techland y publicado por Warner Bros Interactive Entertainment. El juego se centra en

Cómo instalar Neptune Linux en tu computadora

Cómo instalar Neptune Linux en tu computadora

Neptune utiliza el entorno de escritorio KDE Plasma 5 y tiene como objetivo ofrecer un sistema operativo elegante. Aquí se explica cómo instalar Neptune Linux en su computadora.

Pruebe el nuevo escritorio basado en Snap de Ubuntu

Pruebe el nuevo escritorio basado en Snap de Ubuntu

¿Quiere probar el nuevo sistema operativo de escritorio basado en paquetes instantáneos de Ubuntu? Aprenda a implementarlo en una máquina virtual con esta guía.

Cómo jugar Undertale en Linux

Cómo jugar Undertale en Linux

Undertale es un juego de rol independiente en 2D de 2015 desarrollado y publicado por el desarrollador de juegos Toby Fox. Esta guía cubrirá la descarga e instalación de Undertale en su

Cómo jugar Total War: THREE KINGDOMS en Linux

Cómo jugar Total War: THREE KINGDOMS en Linux

Total War: Three Kingdoms es un juego de estrategia en tiempo real por turnos desarrollado por Creative Assembly. Así es como se juega en Linux.