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.

  • @will_a113@lemmy.ml
    link
    fedilink
    English
    27 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.

  • @Still-Snow-3743B
    link
    fedilink
    English
    17 months ago

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

    • @youRFate@feddit.de
      cake
      link
      fedilink
      English
      17 months ago

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

  • @BearOfaTime@lemm.ee
    link
    fedilink
    English
    1
    edit-2
    7 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.