Skip to content

Instantly share code, notes, and snippets.

@CamdenJaxx
Last active March 8, 2022 01:47
Show Gist options
  • Select an option

  • Save CamdenJaxx/732a6b8c8c5e3de6e8d56b4d41f5abee to your computer and use it in GitHub Desktop.

Select an option

Save CamdenJaxx/732a6b8c8c5e3de6e8d56b4d41f5abee to your computer and use it in GitHub Desktop.
Vesta Stop Backup In Progress
#!/bin/bash
rm /usr/local/vesta/data/queue/backup.pipe
touch /usr/local/vesta/data/queue/backup.pipe
chmod 750 /usr/local/vesta/data/queue/backup.pipe
echo "Current backup in progress has been stopped. You can now create a new backup."
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment