Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
https://duckduckgo.com/?q=robocopy+alternativeto+linux&t=ffab&ia=web
rsync and its limitations
https://superuser.com/questions/29232/linux-equivalent-to-robocopy
robocopy vs rsync vs resilo
https://www.resilio.com/blog/looking-for-a-robocopy-alternative
etc
https://alternativeto.net/software/robocopy/?platform=linux
besides the usual general use tools for folder sync, backups and whatnot, there is a bunch of special software for automating local backups of steam game savefiles...
https://github.com/skyformat99/SLSK
https://github.com/mtkennerly/ludusavi
https://www.reddit.com/r/linux_gaming/comments/7ba7iq/is_there_any_linux_savegame_backup_utility/
With Robocopy, I can simply take the path(s) of my save files for a game for both a copy and backup job for each of my machines. This works with anything you want and is compatible with every service. The drawback is that you need to figure out where the save files are but with the PC Gaming Wiki and the half-assed job the automated tools do it's not a big deal, really
I was just hoping someone was familiar with a similar tool on Linux. I'd rather prefer to avoid needlessly complicated stuff. I just wanna copy and paste the folder paths and be done with it
Usually that is done via samba but I think the samba server isn't installed on the deck by default. Another way would be to use ssh to mount the whole thing via sshfs-win as a network drive. That would only require setting a password on the deck and starting sshd but I have no clue how good sshfs is on windows. You could also directly copy files over ssh via scp but that might not integrate nicely with your robocopy gui.
I use both and find them really great for their purposes
edit: when you need to find linux alternatives for a software you're used to, this website is going to be your best friend
https://alternativeto.net/software/robocopy/?license=opensource&platform=linux
https://www.gamingonlinux.com/2022/03/syncthing-is-a-great-way-to-transfer-files-from-pc-to-steam-deck/
https://www.gamingonlinux.com/2022/03/heres-how-to-transfer-files-from-your-pc-to-a-steam-deck/
Syncthing on the other hand might fit your needs perfectly
Valve should just fill the path of saves to automatically upload themselves or allow us to set it or something.
Dropbox is available on flathub[www.flathub.org], so the same technique should work on Steam Deck, you’ll just have to create the symlinks manually.
Backup your save files before attempting this, especially if you’re not familiar with what a symbolic link[en.m.wikipedia.org] does.
Personally I prefer to stay clear of solutions that involve automated folder syncing. What I like about Steam's cloud saves and YARCGUI/Robocopy is that they have progress bars and tell you when it's done and your files are done syncing. I need to know this precisely because I lose connection all the time on my train to work. It's too easy to shut down the Deck without realizing that a sync didn't go through and then I'm in for some headaches
on FreeFileSync it's exactly like you want, on demand, with progress bar, and you can even ask it to logout, sleep or power off after it's finished, and define settings for a batch job that you can run without further user intervention if desired
As per OP's situation, FreeFileSync would seem to be the best match in functionality and availability (cross-platform, also as Flatpak). The UI looks horrendous to me, but maybe you don't mind. Also as I digged further, I'll add Unison[github.com] as an alternative for future reference, although it's not distributed as Flatpak nor Appimage. At least the UI isn't an eye sore.