added naming section to readme
This commit is contained in:
parent
c3d1865c0f
commit
8dacf102f8
1 changed files with 6 additions and 5 deletions
|
@ -49,14 +49,11 @@ norg -c myconfig.toml extract pcname-2024-08-18T15:20:17773204
|
|||
norg -c myconfig.toml extract pcname-2024-08-18T15:20:17773204 --destination /tmp/my_extracted_archive
|
||||
```
|
||||
|
||||
## Work in Progress
|
||||
Norg is still very much a work in progress, so there will be bugs. Please raise
|
||||
and issue, or create a pull request for any issues and resolutions you may have.
|
||||
|
||||
## Naming. Why "Norg"?
|
||||
Well, I don't know. I'm a Star Trek fan so obviously I wanted to keep something
|
||||
in line with the [Borg pseudo-species](https://memory-alpha.fandom.com/wiki/Borg) as the borg backup utility does.
|
||||
Also, sometimes I feel my code has elements of inexperience but loads of potential... which reminded me of [Nog](https://memory-alpha.fandom.com/wiki/Nog)
|
||||
Also, sometimes I feel my code has elements of inexperience but loads of potential... which reminded me of [Nog](https://memory-alpha.fandom.com/wiki/Nog).
|
||||
So, simply put, `Norg` is an portmanteau of "Borg" and "Nog".
|
||||
|
||||
## Why create this when Borgmatic exists?
|
||||
|
@ -67,6 +64,10 @@ package repositories so ended up building it from source on all computers. This
|
|||
was a lengthy process, and borgmatic isn't very portable, so I wanted to make something that had to features I needed, in a single portable binary.
|
||||
Norg was the outcome of this.
|
||||
|
||||
## Work in Progress
|
||||
Norg is still very much a work in progress, so there will be bugs. Please raise
|
||||
and issue, or create a pull request for any issues and resolutions you may have.
|
||||
|
||||
## Contact
|
||||
For any issues, please raise an issue here. Otherwise, I can be contacted via
|
||||
the fediverse at [@paul@notnull.space](https://notnull.space/@paul).
|
||||
|
|
Loading…
Reference in a new issue