Game Saves and Backups

Jaco Smit

New member
Hi guys,

Do you use to anything to make a backup of your games? I started using Cobian to backup my ARK save data.
 
Hi guys,

Do you use to anything to make a backup of your games? I started using Cobian to backup my ARK save data.

I rarely if ever make backups of my save games. I do have backups of BioWare game backups because of import reasons.

The saddest thing is that I finished Baldur's Gate but never kept the save games to import into Baldur's Gate 2.
 
I lost all my ARK Scorched Earth data last weekend (I have been meaning to post this thread earlier) and was SO relieved to find an "accidental" rar file of the savegame folder from the previous weekend. That "phew" moment after restoring the file and your level 102 Trex smiles his brightest smile at you...
 
I used to have a Save Games folder on one of drives, but that was quite a long time ago. These days I don't backup saves anymore.
 
A lot of games use the My Games directory located in your Documents folder. So what I like to do is create a directory junction for this folder in my Dropbox, this way all my save games get backed up to the cloud. :)

To do this create a folder in Dropbox (or whichever cloud service you use) called Saved Games (or whatever you like, provided you adjust the command below accordingly) and then make a link in your Documents folder to point towards it.

Code:
mklink /J "C:\Users\%username%\Documents\My Games\" "D:\Dropbox\[COLOR="#800080"][B]Saved Games[/B][/COLOR]\"

Some games also use the new Saved Games directory located in the base of your user directory rather than the one in your documents directory, but you can point them to the same directory all the same.

Code:
mklink /J "C:\Users\%username%\Saved Games" "D:\Dropbox\[COLOR="#800080"][B]Saved Games[/B][/COLOR]"

NB: You have to move your saved games to their new location and remove the existing My Games & Saved Games folders before you can create a symbolic link in their place.
 
Honestly...no longer bother.

I find that I dislike picking up old saves.

e.g. If I have a choice between re-starting skyrim and continuing previous save from 5 months ago I'll likely do new.
 
If you have PSplus or XBL memberships your save games are automatically backed up to the cloud, which is great.
 
I don't have game save backups. If the game uses Steam Cloud (or whatever its called) fine. Otherwise not too fazed.
 
Back
Top