|
|
|
|
|
by TacticalCoder
1217 days ago
|
|
I agree. And for some stuff you get cryptographic checksums for free. Backup of Git repositiories: ... # git fsck --full
error: unable to unpack contents of .git/objects/a2/cf1a9631658799733f43c3b3f0a799696a4b21
error: a2cf1a9631658799733f43c3b3f0a799696a4b21: object corrupt or missing: .git/objects/a2/cf1a9631658799733f43c3b3f0a799696a4b21
Oops... No matter if it's a malware, the lack of ECC which by bad luck induced a bit flip that wasn't detected (on an otherwise okay Git repo) or a disk failing, it's trivial to detect if the repo is corrupted.Same for my ripped archive of Audio CDs. The rippers save lots of information and the rips are bitperfect, cross checked with other people's rips' checksums. And the checksums are all there. For family pictures, I add a checksum to the pictures myself. Backups aren't really backups until they've been verified :) |
|
Anyone tried using git for 500G of photos?
I would love to if it worked, I have my photo collection spread out on multiple computers and merging the edits to the master backup is always a pita. “Was this file removed from copy A or added to copy B”? All those problems just solve themselves with a clear DVCS git history.
Not having the possibility of ever removing photos, to free up space, is of course another issue of git.