• 1 Post
  • 82 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle
  • fwiw, I used Kopia for around a year, but eventually the backup got corrupted with a BLOB not found error and there was no way to fix it.

    similar to this issue, except that nothing would fix or improve the situation https://github.com/kopia/kopia/issues/1087

    and because it seemed to be an issue with the repo (not just with a snapshot), the remote copy was also borked. I couldn’t even list the snapshots.

    I’ve since migrated to Rustic (though Restic might be more reliable today).

    This seems to be the a similar issue too, but I was nowhere near the scale of this user. There are other similar reports that may or may not be linked to the same root cause, so it’s hard to say how rare this problem is.








  • Isn’t that creating hardlinks between source and dest? Hard links only work on the same drive. And I’m not sure how that gives you “time travel”, as in, browsing snapshots or file states at the different times you ran rsync.

    Edit: ah the hard link is between dest and the link-dest argument, makes more sense.

    I wouldn’t bundle fs and backup compression in the same bucket, because they have vastly different reqs. Backup compression doesn’t need to be optimized for fast decompression.