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

Self-Hosted Main

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

top 7 comments
sorted by: hot top controversial new old
[–] will_a113@lemmy.ml 2 points 9 months ago

Check out Duplicati. It's cross-platform, can back up to a local disk, network share, or any of a number of cloud services, and can restore individual files, folders, etc. You can also specify storage intervals (e.g. keep dailies for the last week, weeklies for the last month, monthlies for the last year, etc. and restore specific versions of your files.

[–] sk1nT7@alien.top 1 points 9 months ago
[–] BearOfaTime@lemm.ee 1 points 9 months ago* (last edited 9 months ago)

You're backing up to off-site, right? What service are you using?

Edit: I'd also recommend duplicati in general, since it's so flexible.

[–] DecideUK@alien.top 1 points 9 months ago

Veeam Agent for Microsoft Windows FREE?

[–] Reasonable_Island943@alien.top 1 points 9 months ago
[–] Still-Snow-3743@alien.top 1 points 9 months ago (1 children)

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

[–] youRFate@feddit.de 1 points 9 months ago

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