Compressing uncompressed repo/archives #6714
-
Hi, I just started using borg (and borgmatic) in a few places, and so far it's awesome! However, on my larger setup, which is from a NAS to a remote backup server, I initially set up the repo uncompressed. I'm now wondering if it's possible/advisable to compress them, and change the config to use compression going forward? I saw the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
https://borgbackup.readthedocs.io/en/stable/usage/recreate.html 2nd example there in the code block maybe? Nowadays I'ld advise you go with zstd for all compression levels except the fastest one, where lz4 might be even better. |
Beta Was this translation helpful? Give feedback.
-
That was easy, and it took a lot less time than I thought it would! Before:
After:
Enabled zstd in my config and created a new archive:
Thanks again! |
Beta Was this translation helpful? Give feedback.
https://borgbackup.readthedocs.io/en/stable/usage/recreate.html
2nd example there in the code block maybe?
Nowadays I'ld advise you go with zstd for all compression levels except the fastest one, where lz4 might be even better.