Fix borg create
example (according to https://borgbackup.readthedocs.io/en/stable/usage/create.html#examples)
This commit is contained in:
parent
324f2c06c5
commit
16b3e5754d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ about the annexed files that are stored in the borg repository.
|
||||||
|
|
||||||
# borg init --encryption=keyfile /path/to/borgrepo
|
# borg init --encryption=keyfile /path/to/borgrepo
|
||||||
# git annex initremote borg type=borg borgrepo=/path/to/borgrepo
|
# git annex initremote borg type=borg borgrepo=/path/to/borgrepo
|
||||||
# borg create /path/to/borgrepo `pwd`::{now}
|
# borg create /path/to/borgrepo::{now} `pwd`
|
||||||
# git annex sync borg
|
# git annex sync borg
|
||||||
|
|
||||||
## configuration
|
## configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue