It's possible, but just expensive and unreliable mainly due to internet connection/bandwidth. Depending on where you are you can either go with a sim card or Elon's space junk but the connection would be unreliable and slow.
You're in the wrong field, my man. I sit at a chair 60 hours a week staring into a empty void that is my monitor. Wait, maybe we are not really that different after all.
I just really don't know how to get in, while living in central Florida, with no degree, while not taking a pay cut which I can't afford as the sole earner in my household :/
If you're thinking about shifting careers, I've been there. I started as a self-learner with no degree, before the ease of joining a freelance service was a thing. My starting point was a small firm where I did tech support for the coders. I got involved in automation projects and gradually built trust by proving I could deliver what I promised.
I think that the core principles I learned remain valid today: Learn by doing projects, learn in public, and be patient.
If I was starting again, and if I didn't have a job next to the right people, I'd probably do the following. Start with creating useful projects. Treat these as opportunities to learn and simulate real job conditions. If your work involves coding, share it on GitHub. If it's about building infrastructure, treat it as Infrastructure as Code and share it on GitHub. If it's not code-related, or even if it is, document your work and what you've learned on a blog.
Regardless of your project's nature, make sure to record your learnings and pass on your knowledge. It helps reinforce your understanding and it gives you something to point to during interviews.
With that said, i think it is the hardest it has ever been in this industry to get a job in tech. If im being honest i think a lot of these stories are giving false hope at this point. It may turn around, but right now its tough out here
You can look at rclone's docs on how to hook that into B2 (or wherever you'd like to dump your backups, B2 is jusut cheap). I also set up a crypt in rclone so it encrypts it as it uploads (optional).
Then just put those on cron jobs at different times, I do them every 6 hours. One at <hour>:15 and one at <hour>:45
Then in B2 I set the bucket to keep files for 10 days.
Thank you very much. Seriously, that lays it all out perfectly. I was looking at the pict-rs docs for how to switch but then work called... so I really appreciate you taking the time to do this. 🙌 🍾 🎉 🥂
Oh and for those scripts the user needs paswordless sudo and needs to be part of the docker group, or you could add it to root's cron tab. Or maybe a systemd task. (Since the default ansible deploy of lemmy makes the pict-rs volume not readable by a normal system user)