From 14469c80258e2416f67958dd3cb63394a222ebed Mon Sep 17 00:00:00 2001 From: Loki <59907407+Loki-101@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:31:00 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e547418..e50b634 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ You're looking for a value for **ID** that looks something like ``46adb587``. ** ```bash docker compose -f /srv/pterodactyl/docker-compose.yml down # Clear the directory so the restoration will be clean -rm -rf /var/lib/docker/volumes/pterodactyl_app/_data +rm -rf /var/lib/docker/volumes/pterodactyl_app/_data/.[!.]* /var/lib/docker/volumes/pterodactyl_app/_data/* # Remember to replace "46adb587" with your actual ID of the snapshot you want to restore restic restore 46adb587 -r /srv/backups/pterodactyl -t /var/lib/docker/volumes/pterodactyl_app/_data docker compose -f /srv/pterodactyl/docker-compose.yml up -d