Align restic command structure with docs

This commit is contained in:
SebastianStork 2025-04-11 20:11:32 +02:00
parent 7c545ad442
commit 2194d76230
2 changed files with 2 additions and 2 deletions

View file

@ -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
'';
})