Documentation wrong #154

Closed
opened 2019-03-22 13:44:08 +00:00 by dtu-compute · 3 comments

https://github.com/witten/borgmatic/blob/master/docs/how-to/set-up-backups.md#initialization writes

borgmatic --init --encryption repokey

which I suppose should be

borg init --encryption repokey borg@example.com:reponame
https://github.com/witten/borgmatic/blob/master/docs/how-to/set-up-backups.md#initialization writes ``` borgmatic --init --encryption repokey ``` which I suppose should be ``` borg init --encryption repokey borg@example.com:reponame ```
Owner

Thanks for filing this! However, recent versions of borgmatic actually do have an --init flag that should work as described in the docs. Are you finding that it's not working as intended?

Thanks for filing this! However, recent versions of borgmatic actually do have an `--init` flag that should work as described in the docs. Are you finding that it's not working as intended?
Author

I were using the RPM packaged for CentOS 7. Now using from pip, where it works. Thanks for the reply.

Closing.

I were using the RPM packaged for CentOS 7. Now using from pip, where it works. Thanks for the reply. Closing.
Owner

Glad that did it!

Glad that did it!
witten added the
question / support
label 2019-03-25 17:07:08 +00:00
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#154
No description provided.