diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-23 12:35:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-23 12:35:43 -0300 |
commit | 846f12c32910aceb81d6ccedbf23bea1b3ec9141 (patch) | |
tree | bd21ac01f0cc83a22a7716266379b63008ba90b4 | |
parent | c7d6bdbe9f30e4704ed75719cb2e918943fe2395 (diff) | |
download | borger-846f12c32910aceb81d6ccedbf23bea1b3ec9141.tar.gz borger-846f12c32910aceb81d6ccedbf23bea1b3ec9141.tar.bz2 |
WARNING
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -41,3 +41,11 @@ Then run borger: As simply as borger servername --check + +# WARNING + +Borger uses `keyfile` encrytion by default. That means **you should backup your keyfile** +somewhere else. **If you don't want that, use `encryption="repokey"` at your config.** + +See [Repository Encryption](https://borgbackup.readthedocs.io/en/stable/quickstart.html#repository-encryption) +for details. |