this post was submitted on 29 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
4 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I'm currently using an incremental backup system for my business that copies files over at different intervals. The backups are daily, weekly, even month, odd month, etc, in different folders. It's using Goodsync, which is actually a file sync software, but it allows scheduled syncs. It doesn't create a disk image or something. The advantage is that I have access to old files without restoring a gigantic image. The clear disadvantage is that it takes a booty-ton of space because each backup interval duplicates the files.

Is there an easy-to-use backup solution that does incremental backups but I can comb through the directories and restore an individual file? It has to be easy to use (i.e. Windows with a GUI) because employees have to be able to use it, and they don't know jack about Linux.

I'm not planning on hiring an IT person to sort this out. For better or worse, I do all the IT stuff for my small business. Gives me full control and knowledge about how things work. I Docker-ified a lot of stuff, which helps tremendously, but I don't think backups is something that should be done in Linux or Docker for my particular needs. Should be easy-peasy Windows.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 9 months ago (1 children)

I use restic on Linux, but duplicati seems like the new hotness and it's cross platform

[โ€“] [email protected] 1 points 9 months ago

I read too many reports of corrupted databases to even try duplicati. Restic works perfect.