mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 14:41:43 +00:00
uppercase borg
This commit is contained in:
parent
622e05bcee
commit
ef373b120f
1 changed files with 4 additions and 4 deletions
|
@ -75,14 +75,14 @@ If it crashes with a UnicodeError, what can I do?
|
||||||
|
|
||||||
export LANG=en_US.UTF-8 # or similar, important is correct charset
|
export LANG=en_US.UTF-8 # or similar, important is correct charset
|
||||||
|
|
||||||
Why was borg forked from Attic?
|
Why was Borg forked from Attic?
|
||||||
borg was created in may 2015 in response to the difficulty of
|
Borg was created in may 2015 in response to the difficulty of
|
||||||
getting new merge requests and larger changes incorporated into
|
getting new merge requests and larger changes incorporated into
|
||||||
attic. more details can be found in the `fairly long discussion
|
attic. more details can be found in the `fairly long discussion
|
||||||
<https://github.com/jborg/attic/issues/217>`_ in
|
<https://github.com/jborg/attic/issues/217>`_ in
|
||||||
attic issue queue that led to the fork.
|
attic issue queue that led to the fork.
|
||||||
|
|
||||||
borg intends to be:
|
Borg intends to be:
|
||||||
|
|
||||||
* simple:
|
* simple:
|
||||||
* as simple as possible, but no simpler
|
* as simple as possible, but no simpler
|
||||||
|
@ -95,5 +95,5 @@ Why was borg forked from Attic?
|
||||||
* changing:
|
* changing:
|
||||||
* do not break compatibility accidentally, without a good reason
|
* do not break compatibility accidentally, without a good reason
|
||||||
or without warning
|
or without warning
|
||||||
* borg is not backwards-compatible with attic
|
* Borg is not backwards-compatible with attic
|
||||||
* major versions may not be compatible with older releases
|
* major versions may not be compatible with older releases
|
||||||
|
|
Loading…
Reference in a new issue