

91·
7 days agoI haven’t seen this youtuber’s videos before. Do they normally drop 40 minutes of spoilers for a game that came out just 6 months ago? I thought this was going to be a review and it turned into a walkthrough less than 10 minutes in.
I haven’t seen this youtuber’s videos before. Do they normally drop 40 minutes of spoilers for a game that came out just 6 months ago? I thought this was going to be a review and it turned into a walkthrough less than 10 minutes in.
There are multiplayer games from 30 years ago that still have 30 people who play on the first Friday night of each month, and they will put that in their calendar and keep the game alive.
The idea that multiplayer games need huge communities of players otherwise they are “dead” is what is killing multiplayer games.
You get incremental backups (snapshots) by using
To use this you pass in the previous snapshot location as DIR and use a new destination directory for the current snapshot. This creates hard links in the new snapshot to the files which were unchanged from the previous snapshot, so only the new files are transferred, and there is no duplication of data on disk (for whole-file matches).
This does of course require that all of the snapshots exist in the same filesystem, since you cannot hard-link across filesystems.