Open Cloud Save is a free and open source cloud sync application for Linux, Windows and MacOS. It uses rclone to perform a bi-directional sync. It is written in Go and released under MIT License. It comes with pre-configured game save location for some popular games. You can also define custom save locations, dry-run data protection mode, exclusion of certain files/filetypes and more.
How to Install Open Cloud Save on Ubuntu Linux
Open Cloud Save is available as a flatpak package file. If you don’t have then install flatpak and flathub on your system and restart it after the installation.
How to Install flatpak and flathub
Open the terminal software using the ctrl+alt+t keys or via applications menu and run below Open Cloud Save flatpak installation command. It will install the latest version of Open Cloud Save on your system.
flatpak install flathub io.github.daviddesimone.opencloudsaves
After the installation, you can open Open Cloud Save using below command or via the show applications menu.
flatpak run io.github.daviddesimone.opencloudsaves
And you can also uninstall it using this command.
sudo flatpak uninstall io.github.daviddesimone.opencloudsaves
That’s it.