I wonder how it compares to restic or borg. Besides the gui anyway…
Restic doesn't support compressing backups, and kopia does. Otherwise, the architectures appear to be very similar.
Kopia – Fast and Secure Open-Source Backup
41–50 of 80 posts
Re: Kopia – Fast and Secure Open-Source Backup
#42Can I get some recent performance benchmarks vs restic? I only recently switched to restic and for the most part it is great (definitely an improvement from CrashPlan IMO), but it seems like this might actually have a few improvements to make it worth considering switching from restic.
I ran some performance benchmarks not too long ago. https://blog.kasten.io/benchmarking-kopia-architecture-scale...
It would have been interesting with restore times as well.
Quite important if it will take you an hour or a day to restore..
L
Re: Kopia – Fast and Secure Open-Source Backup
#43Earlier quoted context omitted.
Restic doesn't support compressing backups, and kopia does. Otherwise, the architectures appear to be very similar.
For local backups, compression is less of an issue; for things that are compressible, transparent file system compression seems to get about 110% the size of what I would get by any non-CPU bound levels of compression using a tgz. Since (as others in this thread have noted), compressible files tend to also be smaller files (the only exception I can think of would be if your log rotation doesn't compress old logs), th…
Re: Kopia – Fast and Secure Open-Source Backup
#44I love the new tendency to use Polish (and other languages') names for programs!
Means hiccup
Re: Kopia – Fast and Secure Open-Source Backup
#45It has a gui and works on Linux/Windows/MacOS. Also has both deduplication and compression.
Finally! I've been waiting patiently for a open source x-platform solution that ticks those boxes. edit: ah, nevermind. I just tried it and I'm sure it's great for online backups. But not so well suited for backups on a plain usb hdd.
Re: Kopia – Fast and Secure Open-Source Backup
#46Earlier quoted context omitted.
For local backups, compression is less of an issue; for things that are compressible, transparent file system compression seems to get about 110% the size of what I would get by any non-CPU bound levels of compression using a tgz. Since (as others in this thread have noted), compressible files tend to also be smaller files (the only exception I can think of would be if your log rotation doesn't compress old logs), th…
On disk the backups are encrypted, that means no transparent compression.
Re: Kopia – Fast and Secure Open-Source Backup
#47Another one? Ten years ago I had trouble finding anything, then over time I learned of duplicity (2002?!¹), bup (2010), restic (2015), borg (2010)... all basically solving the same problem of encrypted incremental backups. The landing page doesn't mention why they made yet another solution. In the comments someone also mentions bvckup2. Is there an overview somewhere of all the different solutions? Any selling points…
Re: Kopia – Fast and Secure Open-Source Backup
#48I wonder how it compares to restic or borg. Besides the gui anyway…
You can see some of the performance differences here - https://blog.kasten.io/benchmarking-kopia-architecture-scale...
Re: Kopia – Fast and Secure Open-Source Backup
#49Any discussion about backup should always include a shout out to one of the most beautiful versions of this: bvckup2 About 10 years ago the founder just decided to start writing the most streamlined, beautiful pieces of software he could - obsession around NTFS nuances to improve performance and reduce overhead to an unbelievable degree. 10 years later, it's still him (and maybe a few other folks) and the software is…
Re: Kopia – Fast and Secure Open-Source Backup
#50I have terabytes of data that I'd be happy to dump encrypted and compressed in Deep Glacier and happy to pay $500 to retrieve if I were to mess up my hard drives, but otherwise don't want to pay for the costs of normal S3.
Does Kopia separate metadata from the actual encrypted/compressed blobs?