this post was submitted on 12 Nov 2025
406 points (98.3% liked)

iiiiiiitttttttttttt

1336 readers
5 users here now

you know the computer thing is it plugged in?

A community for memes and posts about tech and IT related rage.

founded 7 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] webhead@sh.itjust.works 9 points 1 week ago (1 children)

I actually just switched a backup script of mine from using a tar.gz to just a regular tar file. It's a little bigger but overall, the process is so much faster I don't even care about the tiny extra bit of compression (100gb vs 120gb transferred over a 1gbit connection). The entire reason I do this is, like you said, transferring files over the Internet is a billion times faster as one file, BUT you don't need the gzip step just for that

[–] bjoern_tantau@swg-empire.de 1 points 5 days ago (1 children)

You probably know of this already, but you might consider using Borg Backup instead. It only sends the changed bits which is even faster.

[–] webhead@sh.itjust.works 2 points 5 days ago

I'll have to take a look. I was trying to keep it simple but I'm not opposed to giving that tool a shot. Thanks. :)