top | item 44622806

(no title)

thangngoc89 | 7 months ago

I switched to restic (https://restic.net/) and the backrest webui (https://github.com/garethgeorge/backrest) for Windows support. Files are deduplicated across machines with good compression support.

discuss

order

jeltz|7 months ago

One big advantage of using restic is that its append only storage actually works unlike for Borg where it is just a hack.

sureglymop|7 months ago

I also use restic and do backups to append-only rest-servers in multiple locations.

I also back up multiple hosts to the same repository, which actually results in insane storage space savings. One thing I'm missing though is being able to specify multiple repositories for one snapshot such that I have consistency across the multiple backup locations. For now the snapshots just have different ids.

linsomniac|7 months ago

>back up multiple hosts to the same repository

I haven't tried that recently (~3 years), does that work with concurrency or do you need to ensure one backup is running at a time? Back when I tried it I got the sense that it wasn't really meant to have many machines accessing the repo at once, and decided it was probably worth wasting space but having potentially more robust backups. Especially for my home use case where I only have a couple machines I'm backing up. But it'd be pretty cool if I could replace my main backup servers (using rsync --inplace and zfs snapshots) with restic and get deduplication.