summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-10-12 16:14:32 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2017-10-12 16:14:32 +0200
commitc8441b5b3da4413e63c9b856b2816a6758dae2f3 (patch)
tree5289b544a0ccd6d8629ab88fc193d9f743e136d3 /README.rst
parentc8bf9dba4a573fb20dfd380d1d94714e42c9f011 (diff)
readme: -e is required in borg 1.1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 6bc611787..6762017fb 100644
--- a/README.rst
+++ b/README.rst
@@ -89,9 +89,12 @@ Main features
Easy to use
~~~~~~~~~~~
-Initialize a new backup repository and create a backup archive::
+Initialize a new backup repository (see ``borg init --help`` for encryption options)::
+
+ $ borg init -e repokey /path/to/repo
+
+Create a backup archive::
- $ borg init /path/to/repo
$ borg create /path/to/repo::Saturday1 ~/Documents
Now doing another backup, just to show off the great deduplication::