mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Align restic command structure with docs
This commit is contained in:
parent
7c545ad442
commit
2194d76230
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
name = "hedgedoc-restore";
|
||||
text = ''
|
||||
sudo systemctl stop hedgedoc.service
|
||||
sudo restic-hedgedoc restore --target / latest
|
||||
sudo restic-hedgedoc restore latest --target /
|
||||
sudo systemctl start hedgedoc.service
|
||||
'';
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue