• 4 Posts
  • 8 Comments
Joined 1Y ago
cake
Cake day: Jun 22, 2023

help-circle
rss
Simple Minimal Backup Solution
Last night I was writing a script and it made a directory literally named "~" on accident. It being 3am I did an rm -rf ~ without thinking and destroyed my home dir. Luckily some of the files were mounted in docker containers which my user didn't have permission to delete. I was able to get back to an ok state but lost a bit of data. I now realize I really should be making backups because shit happens. I self host a pypi repository, a docker registry both with containers and some game servers in and out of containers. What would be the simplest tool to backup to Google drive and easily restore?
fedilink


UFW is a software firewall. SSH is a way to remote into computers. The joke is they turned on UFW and got locked out of the machine.


Sounds fun! I completed like half the book previously. This might be the motivation I need.


My Internet goes down fairly often so I want to start keeping track of it.
fedilink


I have a reverse proxy(traefik) on my LAN to handle sub domain service routing. I want https but don’t want to have to install certs on all the clients using the services. I want the s but don’t want my services to be unavailable if my Internet goes down.