Further details on some of the config options #791

Closed
opened 2023-11-15 09:00:25 +00:00 by atelszewski · 2 comments

Hi,

while configuring borgmatic I found myself needing some more details on the config options.

Here they come:

  • store_config_files: In which location in the archive are the config files stored?
  • retry_wait: What is the backoff algorithm?
  • temporary_directory: What are some examples of the temporary files?
  • keep_*: How to disable pruning?

Could you please address those in the documentation?
I wouldn't mind also quick answers here, so that I can finish my config.

Thank you for your support! :-)

--
Best regards,
Andrzej Telszewski

Hi, while configuring `borgmatic` I found myself needing some more details on the config options. Here they come: - `store_config_files`: In which location in the archive are the config files stored? - `retry_wait`: What is the _backoff_ algorithm? - `temporary_directory`: What are some examples of the temporary files? - `keep_*`: How to disable pruning? Could you please address those in the documentation? I wouldn't mind also _quick_ answers here, so that I can finish my config. Thank you for your support! :-) -- Best regards, Andrzej Telszewski
Owner

store_config_files: In which location in the archive are the config files stored?

They're stored in their original paths. So for instance if your configuration is at /etc/borgmatic/config.yaml, that's where it's stored in the backup archive as well.

retry_wait: What is the backoff algorithm?

After each failure, it waits retry_wait * retry number, where retry number is the number of the next retry.

temporary_directory: What are some examples of the temporary files?

This is for Borg's temporary files. borgmatic doesn't use it. See https://borgbackup.readthedocs.io/en/stable/usage/general.html#resource-usage for details.

keep_*: How to disable pruning?

Wait for the next release of borgmatic and then add the following to your configuration:

skip_actions:
    - prune

Or just specify the actions you want to run on borgmatic's command-line.

Could you please address those in the documentation?

Done! The changes should be live shortly. Thanks for filing this and please let me know if there's anything else!

> store_config_files: In which location in the archive are the config files stored? They're stored in their original paths. So for instance if your configuration is at `/etc/borgmatic/config.yaml`, that's where it's stored in the backup archive as well. > retry_wait: What is the backoff algorithm? After each failure, it waits `retry_wait` * retry number, where retry number is the number of the next retry. > temporary_directory: What are some examples of the temporary files? This is for Borg's temporary files. borgmatic doesn't use it. See https://borgbackup.readthedocs.io/en/stable/usage/general.html#resource-usage for details. > keep_*: How to disable pruning? Wait for the next release of borgmatic and then add [the following](https://torsion.org/borgmatic/docs/how-to/set-up-backups/#skipping-actions) to your configuration: ```yaml skip_actions: - prune ``` Or just [specify the actions you want to run](https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/#a-la-carte-actions) on borgmatic's command-line. > Could you please address those in the documentation? Done! The changes should be live shortly. Thanks for filing this and please let me know if there's anything else!
witten added the
question / support
label 2023-11-15 17:06:21 +00:00
Author

Thanks! :-)

--
Best regards,
Andrzej Telszewski

Thanks! :-) -- Best regards, Andrzej Telszewski
Sign in to join this conversation.
No Milestone
No Assignees
2 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#791
No description provided.