this post was submitted on 01 Nov 2023
12 points (100.0% liked)

Linux Gaming

18811 readers
119 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

I'd like to change my distribution but when I attempt to create a backup through steam, it just creates an empty folder with the game's name.

I'm assuming this is because how flatpak contains the app.

How can I make a backup of my games so I don't have to redownload everything again?

top 3 comments
sorted by: hot top controversial new old
[–] ono@lemmy.ca 11 points 2 years ago

Unless you've added custom library folders, this is where the files live:

$HOME/.var/app/com.valvesoftware.Steam/

[–] Keegen@lemmy.zip 5 points 2 years ago (1 children)

Go to ./var in home and backup the entire "com.valvesoftware.Steam" folder if you plan to use Flatpak again, or navigate to data/Steam/steamapps and copy just the stuff there. For native games you might have to look inside .config and .local in "com.valvesoftware.Steam", that's where games usually store their config files and saves.

[–] alwaysconfused@lemmy.ca 3 points 2 years ago

Thanks, that really helps. Copying everything sounds like the quickest and simplest way but it's good to know that everything is easily accessible.