this post was submitted on 17 Aug 2026
342 points (98.6% liked)

Programmer Humor

32862 readers
582 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] hexabs@lemmy.world 1 points 1 day ago (1 children)

This is pretty cool, so you have a cron job to secure tarball and push it to a cloud? How often works for you?

[โ€“] Unleaded8163@fedia.io 2 points 1 day ago

I actually use rclone. It's kind of rsync++, so only copies differences. It also handles the encryption for me. I think I have it running about every 5 minutes on that server. Most of the time it only runs for a few seconds to verify that nothing has changed.