Live data from Hacker News

Ask HN: Any backup software similar to version control?

news.ycombinator.com

1–10 of 12 posts

Re: Ask HN: Any backup software similar to version control?

#2
Apple's Time Machine keeps daily (or more frequent within a given day) snap shots of all of your folders.[1]

Also, in any native OSX app each "save" works like a git commit, you can browse all "versions." [2]

Combined, these native OSX features do exactly what you want.

[1] http://support.apple.com/en-us/HT201250

[2] http://support.apple.com/en-us/HT202255

Re: Ask HN: Any backup software similar to version control?

#3
1.) VEEAM for VMware or Hyper-V does this job. You can access restore points at a specific point of time. 2.) Never saw a file-diff tool implemented in a backup software. You may only have backup logs for your incremental backups about the size, duration, etc. If that's what you meant by view changelogs of a backup file.

Re: Ask HN: Any backup software similar to version control?

#5
post #4

Just use Git (sans GitHub) for whatever you're doing. It works quite well on just about any content (although viewing changes/merges is a little more difficult without setting up special mergetools and difftools for special files like images)

Hm, I thought Git doesn't handle versioning of binary blobs so well though?

Re: Ask HN: Any backup software similar to version control?

#6
post #3

1.) VEEAM for VMware or Hyper-V does this job. You can access restore points at a specific point of time. 2.) Never saw a file-diff tool implemented in a backup software. You may only have backup logs for your incremental backups about the size, duration, etc. If that's what you meant by view changelogs of a backup file.

Heh, I don't need file-diff specifically. I just want to see for example this file was last changed on Tuesday, and be able to pull up the Tuesday version.

Re: Ask HN: Any backup software similar to version control?

#7
post #2

Apple's Time Machine keeps daily (or more frequent within a given day) snap shots of all of your folders.[1] Also, in any native OSX app each "save" works like a git commit, you can browse all "versions." [2] Combined, these native OSX features do exactly what you want. [1] http://support.apple.com/en-us/HT201250 [2] http://support.apple.com/en-us/HT202255

Very cool, looks like I may get a Mac soon then :)

Re: Ask HN: Any backup software similar to version control?

#8
I'm not 100% sure because I haven't used it for few years, but BackupPc normally lets you browse the files of a specific backup set but it has also a "history" function for a directory that maybe is what you're looking for:

http://backuppc.sourceforge.net/BackupPCBackupBrowse.html

Post reply on HN