generate-borgmatic-config location #124

Closed
opened 2018-12-25 11:14:28 +00:00 by patricko · 3 comments

generate-borgmatic-config generates config in /etc/borgmatic/config.yaml

What about adding an option to generate in borgmatic.d/ or even in /tmp

Because if it's in a borgmatic dir, it might try to read it and fail, no? (haven't tried)

generate-borgmatic-config generates config in /etc/borgmatic/config.yaml What about adding an option to generate in borgmatic.d/ or even in /tmp Because if it's in a borgmatic dir, it might try to read it and fail, no? (haven't tried)
witten added the
question / support
label 2018-12-25 18:04:29 +00:00
Owner

You can do this pretty easily with the -d or --destination flag to generate-borgmatic-config. Example:

generate-borgmatic-config -d /tmp/config.yaml

Let me know if that works for you.

You can do this pretty easily with the `-d` or `--destination` flag to `generate-borgmatic-config`. Example: ```bash generate-borgmatic-config -d /tmp/config.yaml ``` Let me know if that works for you.
Author

ok sorry :P

ok sorry :P
Owner

No worries.

No worries.
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#124
No description provided.