|
|
|
|
|
by willvarfar
3255 days ago
|
|
Classic source control had this problem. The clever trick is to reencode the previous most-recent backup as a delta from the current state, and do a full-backup of the current state, rather than encoding each new backup as a delta from the previous state (which becomes slower and slower to compute, the more previous states you have). Problem solved :) |
|