mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
readme: -e is required in borg 1.1
This commit is contained in:
parent
c8bf9dba4a
commit
c8441b5b3d
1 changed files with 5 additions and 2 deletions
|
@ -89,9 +89,12 @@ Main features
|
||||||
Easy to use
|
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
|
$ borg create /path/to/repo::Saturday1 ~/Documents
|
||||||
|
|
||||||
Now doing another backup, just to show off the great deduplication::
|
Now doing another backup, just to show off the great deduplication::
|
||||||
|
|
Loading…
Reference in a new issue