this post was submitted on 02 Nov 2024
34 points (97.2% liked)

Selfhosted

60253 readers
598 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] Shimitar@feddit.it 11 points 2 years ago (3 children)

Restic or Borg. For restic I use the great Backrest web GUI.

I mounted an USB drive to one of my OpenWRT access points and backup on that one.

Rclone or fuse can mount/access Google Drive and can be used as back end for your backup choice.

Simplest backup ever: restic/Borg on a folder on the same PC. Not very recommendable, but indeed a good starting point.

Zfs/brtfs seems a complex solution for a simple problem. True is that once you start eating you get hungrier so maybe worthwhile.

[–] kellyaster@lemmy.world 7 points 2 years ago

For those on the fence about Borg Backup because it's a command line app, FYI there's a great frontend GUI for it called Vorta (yeah, in line with the Trek theme lol) that works really well. I don't see it mentioned often, thought I'd pass that along. Might want to avoid the Flatpak version if you need to back up stuff outside your /home dir.

Thanks for sharing about Backrest. I use Restic and Backrest looks like a great addition to it.

[–] Boomkop3@reddthat.com 1 points 2 years ago

actually I was just looking for that! Thank you!