mirror of
https://github.com/restic/restic.git
synced 2024-12-22 15:57:07 +00:00
Sudden find: fix within first "forget" example
I think this was a typo or copy/paste problem when created the doc. Feel free to merge. Cheers
This commit is contained in:
parent
01261770bb
commit
23f9cb838d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ command and specify the snapshot ID on the command line:
|
||||||
|
|
||||||
$ restic -r /srv/restic-repo forget bdbd3439
|
$ restic -r /srv/restic-repo forget bdbd3439
|
||||||
enter password for repository:
|
enter password for repository:
|
||||||
removed snapshot d3f01f63
|
removed snapshot bdbd3439
|
||||||
|
|
||||||
Afterwards this snapshot is removed:
|
Afterwards this snapshot is removed:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue