瀏覽代碼

Merge pull request #3150 from ThomasWaldmann/readme-encryption-options

readme: -e is required in borg 1.1
TW 7 年之前
父節點
當前提交
f554f748ed
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      README.rst

+ 5 - 2
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::