Borg: Why should I choose borg over restic?

Created on 4 Jul 2018  路  2Comments  路  Source: borgbackup/borg

Hi,

I try to choose a backup system for a linux server.
Restic and Borg looks really similar and I'm wondering if you can help me decide :)

Thank you

Most helpful comment

restic and borg (which is a fork of attic) are similar tools.

restic is younger, borg (attic) has some more years of development.

restic is developed in Go, borg in Python/Cython/C.

feature set is a bit different:
restic has cloud backends, borg does client/server via ssh to a remote borg.
restic does not have compression (yet), borg has misc. compression algorithms.
borg does not have multithreading (yet), restic does.

performance / resource usage might be different, depending on what you do.

so maybe it's best if you just try both (with a real-world test case) and see what you like better.

All 2 comments

restic and borg (which is a fork of attic) are similar tools.

restic is younger, borg (attic) has some more years of development.

restic is developed in Go, borg in Python/Cython/C.

feature set is a bit different:
restic has cloud backends, borg does client/server via ssh to a remote borg.
restic does not have compression (yet), borg has misc. compression algorithms.
borg does not have multithreading (yet), restic does.

performance / resource usage might be different, depending on what you do.

so maybe it's best if you just try both (with a real-world test case) and see what you like better.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

russelldavis picture russelldavis  路  3Comments

htho picture htho  路  5Comments

verygreen picture verygreen  路  4Comments

chebee7i picture chebee7i  路  5Comments

rugk picture rugk  路  3Comments