top | item 35935473

(no title)

ListenLinda | 2 years ago

I bet it was a fun project, but in reality backups using rsync vs restic, borg, etc., are very inefficient in speed, performance, storage, and likely other ways. After discovering these newer tools, I vowed to never put myself through the pain of rsync backups ever again.

discuss

order

basnijholt|2 years ago

Actually, for raw speed, rsync is much faster than any of the tools you mentioned (see e.g., https://github.com/borgbackup/borg/issues/4190). I really like a lightweight solution, where I do not even need any tool to restore backups. The tools you mentioned are great though.

indianets|2 years ago

Did you see the last reply on the thread you linked. The guy messed up ENV variable in borg and was doing too many account backups as new archives killing the cache when the same account was backed up next day. Borg will always be faster than rsync while doing incremental backups, but of course has a learning curve coming from the simplicity of rsync.

aborsy|2 years ago

Those tools do a lot more: encryption, deduplication, compression. Even then, they have been faster in my experience, due to caching.