From 7fcb1d1cb7bd1c4b2d4d2a7a16883b429dc252da Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 16 Oct 2025 08:09:02 -0600 Subject: [PATCH] renamed to bin/restore Signed-off-by: Andy Miller --- bin/{grav-restore => restore} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename bin/{grav-restore => restore} (94%) diff --git a/bin/grav-restore b/bin/restore similarity index 94% rename from bin/grav-restore rename to bin/restore index 4c8175f26..e949471fe 100755 --- a/bin/grav-restore +++ b/bin/restore @@ -33,24 +33,24 @@ const RESTORE_USAGE = << [--staging-root=/absolute/path] + bin/restore apply [--staging-root=/absolute/path] Restores the specified snapshot created by safe-upgrade. - bin/grav-restore recovery [status|clear] + bin/restore recovery [status|clear] Shows the recovery flag context or clears it. Options: --staging-root Overrides the staging directory (defaults to configured value). Examples: - bin/grav-restore list - bin/grav-restore apply stage-68eff31cc4104 - bin/grav-restore apply stage-68eff31cc4104 --staging-root=/var/grav-backups - bin/grav-restore recovery status - bin/grav-restore recovery clear + bin/restore list + bin/restore apply stage-68eff31cc4104 + bin/restore apply stage-68eff31cc4104 --staging-root=/var/grav-backups + bin/restore recovery status + bin/restore recovery clear USAGE; /**