8

So i have vintage story, and it's not exactly on steam. I also have an ever changing list of mods and two gaming computers. I want to be able to have all my files from one update on the other and vice versa. What would be the best way to do this? my first thought was tortoiseSVN but i thought i would check and see if there's a more modern approach

top 7 comments
sorted by: hot top controversial new old
[-] d3Xt3r@lemmy.nz 17 points 3 months ago

Syncthing, it was made exactly for situations like this. And unlike DropBox etc your data stays local.

[-] catloaf@lemm.ee 2 points 3 months ago

I would be careful of any automated solution. It's possible to get a sync conflict, and either two programs write to the same file and corrupt it, or one decides its version is newer when it isn't, or any number of things.

The safest thing to do would be to designate one of them to play the game, then use a remote tool like steam's remote play so you're actually always only playing on one computer.

You could also link over the network with SMB to share the save location, but that also has conflict problems, because if you forget to close the game after playing for a few hours on the other, and save the first one, you've lost that progress.

If you wanted manual control to avoid that, git honestly isn't a bad option. Plus, you get versioning for free.

[-] Shadow@lemmy.ca 2 points 3 months ago

Svn? It's not 2002 anymore.

Onedrive or dropbox would work well. Otherwise if you want source control, git would be the way to go.

[-] original_reader@lemm.ee 4 points 3 months ago* (last edited 3 months ago)

SVN is still awesome and in some ways superior to 2024 solutions. It also excels at some things more than others, just as GIT.

On the "but it's old" thought: Dropbox is a 2007 solution which still lives in 2024, thus living many years. Like Subversion. Oh, and GIT was created in 2005. So...

Don't have the time to detail that now myself, but here's two articles for those who are looking for more than a personal opinion on the topic:

https://www.linode.com/docs/guides/svn-vs-git/

https://get.assembla.com/blog/apache-subversion-still-used/

[-] Mixel@feddit.de 2 points 3 months ago

Don't get me started on the Linux kernel😂I hate that argument but it's old on software. If it's still maintained and maybe even actively developed that's way better than a new project

[-] sugar_in_your_tea@sh.itjust.works 2 points 3 months ago

Svn is perfect for this kind of thing. Git is great if you have lots of teams working together, but for a single user, git doesn't really provide any benefits.

That said, there are plenty of other options that are more modern, but if you are comfortable with SVN, I don't see a reason to not use it.

[-] phanto@lemmy.ca 1 points 3 months ago

I'm not a windows guy, but I sync a lot of my files with NextCloud. It's free, and I'm sure someone has a way to do it seamlessly with Windows. Maybe a VirtualBox VM with NextCloud in it? Is there a Windows implementation of Syncthing? Those would be what I'd try.

this post was submitted on 09 Mar 2024
8 points (75.0% liked)

Technology

33591 readers
297 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS