theit8514
@theit8514@lemmy.world
This is a remote user, information on this page may be incomplete. View original ↗
- Comment on Steam wishlists are getting categories, making it even easier to organise all those games you'll definitely buy next sale 1 month ago:
Yay, now I can sort all those “permanently on early access and I’m kinda interested but don’t want to be burned” titles.
- Comment on Keeping Backup Costs Down with B2? 1 month ago:
Most of these backup solutions try to reduce the amount of data backed up, so the system will process each file and determine if the contents changed and only upload new data. In this case if you modify the file you may end up with 2 16 MB chunks that have slightly different data, and only when the old backup expires and the pruning process completes would one of those chunks be deleted.
Smaller chunks sizes means you get more files written to S3, but less duplicate data when deduping without compression.