Comments on: Version Control for Regular People http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luchs http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23853 Sat, 03 Nov 2012 12:02:31 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23853

Your paragraph about Windows 8 is actually kind of wrong. Windows 8 does have a “File History” feature found under Control Panel\System and Security\File History.

Here’s what it looks like: http://imgur.com/a/WYq15

Reply  |  Quote
]]>
By: iwre0 http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23851 Sat, 03 Nov 2012 08:01:52 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23851

i’m a programmer and i get paid for my work. I make some personal stuff for me, because i like to code, and i use it in my guruplug or where ever i want.

I think you shouldn’t put your programs that a business paid for them in strange servers that you don’t belong to you. Those servers are owned by other business and you never get sure about the use of all that information you upload.

If you are a IT guy you are supposed to know how to backup the programs paid with business money, but please dont use the cloud. Use your own servers, hard disks,..

In the other hand i have my personal stuff, that i like to share, in several ways (blogs, pastebin, github…) and then i can use the cloud.

Reply  |  Quote
]]>
By: HVACengi http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23832 Fri, 02 Nov 2012 13:08:07 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23832

I use Windows Home Server (V1) to create daily incremental backups both at the office and at home. I also use Live Mesh to sync to 3 different computers. I’d like something with a bit more regular timing, but at least this way I have both incremental backups and multiple location backups. It doesn’t help me if I delete a file the same day I create it, or if I want to go back to an hour earlier, but it has saved me more than once.

I’m really curious about AeroFS listed above. It looks like it’s nicely cross platform. All too often a cross platform program is written for [insert OS] first, and the instructions for other OS’s are rather complicated (try explaining to a normal user what IIS and PHP are, let alone how to install them and their associated components). I’ve put in for an invite, and will share my experience once I get it. Frankly, it may finally make it so I can leave behind my Windows only architecture. I’ve been so addicted to Live Mesh for years that any time I tried to switch, the inability to easily sync between Windows and Linux has held me back.

I would actually be fine with using Git, as there are enough simple installations available on all platforms, and I could share scripts to automate the process. But I have an issue with using a diff based solution for binary files (word docs and accounting databases), and purging old commits to save space would be harder to automate.

Reply  |  Quote
]]>
By: Stephen McQuay http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23830 Fri, 02 Nov 2012 05:23:22 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23830

mercurial, for sure.

Reply  |  Quote
]]>
By: road http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23829 Fri, 02 Nov 2012 02:35:11 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23829

Crashplan also works in Linux and can even be made to work on GUI-less servers…

Reply  |  Quote
]]>
By: Mart http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23824 Thu, 01 Nov 2012 07:55:45 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23824

Windows has its own thing too, call “Shadow Copy”, since Vista. It’s about as useful as Time Machine, but not as glossy and user-friendly. Thus, not many people are aware of it.

You can also check out AeroFS, who claims to be some sort of Dropbox clone, but for a local LAN setting. It’s in beta right now, so will need to request for an invite.

Reply  |  Quote
]]>
By: kaotik4266 http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23814 Wed, 31 Oct 2012 20:39:32 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23814

I’ll give another vote for Crashplan. My personal stuff doesn’t really need a formal versioning system beyond what Crashplan offers and their restore functionality is really solid, quick and easy to use. It’s a paid service, but for what you get it’s really good value.

Reply  |  Quote
]]>
By: TopperH http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23811 Wed, 31 Oct 2012 17:56:45 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23811

Personally I use git for my projects and also for the /etc/ directory (commits triggered by a cron script) of my machines.

Anyway my father’s Windows machine has the home folder synced and versioned by my own owncloud server. He doesn’t even know about the details, but he knows he can call me to retrieve the original version of that excel file that he has modified several times.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23808 Wed, 31 Oct 2012 17:07:33 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23808

@ AP²:

Nice! I did not know that about Crashplan. This doesn’t help much with stuff that can’t be hosted on 3rd party servers for legal/privacy/nda reasons but useful when recommending personal backup strategies to people.

@ Gui13:

Thanks, but fossil looks much like a traditional version control product. Granted, I only scanned through their front page and docs, but the workflow seems fairly similar to what you would do with SVN or Git. Does it have “automagical versioning for lusers” mode?

@ Eric Daum:

Yes, Word does have this (I don’t think Excel does) in but it is a very flawed implementation. Essentially what happens is that Word keeps the old revisions in the same file. So each time you hit the save button, Word appends some sort of proprietary binary diff to the file. Now if you combine this with the way regular user work with Word documents this has a way of getting out of proportion. I have seen a 3 page Word document that over the span of several months grew to about 160MB. It was more or less a form letter and people were using “the latest version” as a template for the next thing they needed to send out and it kept ballooning out in size till I disabled the versioning.

Reply  |  Quote
]]>
By: Eric Daum http://www.terminally-incoherent.com/blog/2012/10/31/version-control-for-regular-people/#comment-23807 Wed, 31 Oct 2012 16:06:07 +0000 http://www.terminally-incoherent.com/blog/?p=12901#comment-23807

I was always under the impression that there was something like that built into most Office Software. I have never needed it so I can’t even begin to tell you where to find it.

Reply  |  Quote
]]>