Borg compression configuration #11

Closed
opened 2018-01-05 05:33:37 +00:00 by import_bot · 3 comments
Collaborator

Since version 0.25 of Borg, compression of backup archives is supported: https://borgbackup.github.io/borgbackup/quickstart.html#backup-compression

It would be great if atticmatic supports this in its configuration file, so users of Borg can configure optional data compression.


Imported from Taiga issue 10 (done). Created on 2015-09-03T01:48:35+0000 by Dan Helfman.

Since version 0.25 of Borg, compression of backup archives is supported: https://borgbackup.github.io/borgbackup/quickstart.html#backup-compression It would be great if atticmatic supports this in its configuration file, so users of Borg can configure optional data compression. --- Imported from Taiga issue 10 (done). Created on 2015-09-03T01:48:35+0000 by Dan Helfman.
Author
Collaborator

This is implemented now in atticmatic 0.1.6. Let me know how it works out for you!


Comment on 2015-09-03T05:54:11+0000 by Dan Helfman.

This is implemented now in atticmatic 0.1.6. Let me know how it works out for you! --- Comment on 2015-09-03T05:54:11+0000 by Dan Helfman.
Author
Collaborator

Here's the relevant new section of the config file that you can add to turn this on:

[storage]
# For Borg only, you can specify the type of compression to use when creating
# archives. See https://borgbackup.github.io/borgbackup/usage.html#borg-create
# for details. Defaults to no compression.
compression: lz4

Comment on 2015-09-03T05:57:02+0000 by Dan Helfman.

Here's the relevant new section of the config file that you can add to turn this on: ``` [storage] # For Borg only, you can specify the type of compression to use when creating # archives. See https://borgbackup.github.io/borgbackup/usage.html#borg-create # for details. Defaults to no compression. compression: lz4 ``` --- Comment on 2015-09-03T05:57:02+0000 by Dan Helfman.
Author
Collaborator

Thank you Dan!


Comment on 2015-09-03T06:14:25+0000 by breyer.

Thank you Dan! --- Comment on 2015-09-03T06:14:25+0000 by breyer.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#11
No description provided.