What's a good way to backup your files

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
User avatar
pacman
Citizen
Posts: 81
Joined: Thu Mar 14, 2013 4:10 pm

What's a good way to backup your files

Post by pacman »

Writing game and storing it on one PC isn't the best idea.
One accident can ruin many hours of work.
Ain't nobody got time for that, right?

So what's the best way to backup your data?
I tried use Google Drive but unfortunately it did more harm than good. It syncs data just to make you mad and then cry ;)
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: What's a good way to backup your files

Post by josefnpat »

I would highly suggest using some form of DCVS. http://en.wikipedia.org/wiki/Distribute ... ons_System

I highly suggest learning and using git: http://gitscm.com/

You can get a free or private repo.

If you are ok with your source being publicly available, use github.com, otherwise use bitbucket.org for private repos.
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
master both
Party member
Posts: 262
Joined: Tue Nov 08, 2011 12:39 am
Location: Chile

Re: What's a good way to backup your files

Post by master both »

You can try Dropbox. It's really easy to use, but it doesn't give you much space unless you pay.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: What's a good way to backup your files

Post by Robin »

Help us help you: attach a .love.
User avatar
shatterblast
Party member
Posts: 136
Joined: Tue Dec 11, 2012 9:47 pm
Location: Dallas, Texas, USA

Re: What's a good way to backup your files

Post by shatterblast »

All the suggestions here are good, but if you want to back up your entire hard disk image onto a portable hard drive, clonezilla does a great job. It scans everything, including operating systems like Windows and Linux, and compresses the data. It even works with encrypted drives. The process can take an hour or two if you have a USB 3 external drive.

So there's my two cents, so to speak.
User avatar
norubal
Party member
Posts: 137
Joined: Tue Jan 15, 2013 5:55 am

Re: What's a good way to backup your files

Post by norubal »

I use Github. it's not backup system exactly, but it can manage your project easily, and if you lost your project, just pull your project from Github!
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Re: What's a good way to backup your files

Post by kikito »

norubal wrote:I use Github. it's not backup system exactly, but it can manage your project easily, and if you lost your project, just pull your project from Github!
+1 to github. If you want something private and still free, bitbucket has you covered.
When I write def I mean function.
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests