this post was submitted on 08 Apr 2025
56 points (100.0% liked)

Selfhosted

45837 readers
791 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Sorry for adding to the massive pile of backup-related question, but I could not figure out how to manage backups from existing answers..

I want to backup my VPS setup (think container-defining files, its volumes, and etc configs), but am unsure where to put it. Does keeping these in the VPS itself make sense? If so, how do I create and manage the backup?

Also, I would need a remote copy - what is the good location for this? I wish I could copy to my laptop, but obviously I cannot do that automatically. Should I pay money for a backup? I want to avoid paying lots of money just for backups. Thanks in advance!

you are viewing a single comment's thread
view the rest of the comments
[–] AustralianSimon@lemmy.world -3 points 1 week ago* (last edited 1 week ago) (2 children)

Edit: Was asking about the config targetting process for git (not how to use git) and was going to ask an AI to do some googling for me.

[–] fenndev@leminal.space 18 points 1 week ago (1 children)

Please don't use AI for simple things like this.

The Odin Project has a tutorial on Git Basics and a guide on Setting Up Git. The instructions are roughly the same whether on Github, Codeberg, etc.

Once you have the repository, it's as simple as:

git add .
git commit -m "Updated config"
git push origin main
[–] Kusimulkku@lemm.ee 2 points 1 week ago

Please don't use AI for simple things like this.

Simple things seems like the best use of AI

[–] marauding_gibberish142@lemmy.dbzer0.com 5 points 1 week ago (1 children)