asifbacchus/NextCloudBackup

Feature request: Support borg compression settings

BoxedBrain opened this issue · 3 comments

Borgbackup offers --compression flag to be set (default is lz4).
It would be cool to use it with NCB too.

https://borgbackup.readthedocs.io/en/stable/quickstart.html#backup-compression

I will look into adding a switch/parameter. In the mean time, you could edit the script and add whatever parameters you'd like to the variable 'borgCreateParams' (2 places in the file). Any parameters you put there will be echoed directly to the borg cmdline.

As for your specific suggestion, I couldn't find anything in the docs mentioning 'NCB'. Is that a compression I'm not familiar with? I found stuff on compression levels and I agree the script should allow for changing that.

Thx again for the suggestions. Let me know about that NCB.

@asifbacchus NCB = NextCloudBackup (sorry!)

You'd think I would recognize that :-P