deajan / backup-bench

Quick and dirty backup tool benchmark with reproducible results
BSD 3-Clause "New" or "Revised" License
112 stars 10 forks source link

What about rustic? #19

Open Zesko opened 1 year ago

Zesko commented 1 year ago

There is rustic that is the successor of restic, but rustic is written in full rust language instead GO language.

Can you test Rustic benchmark if it is faster and more efficient than Restic?

Thanks!

deajan commented 1 year ago

Does rustic support restic repository format v2 ?

Zesko commented 1 year ago

Yes, it supports that.

deajan commented 1 year ago

I'll add it to the next iteration then.