Last active
March 8, 2022 01:47
-
-
Save CamdenJaxx/732a6b8c8c5e3de6e8d56b4d41f5abee to your computer and use it in GitHub Desktop.
Vesta Stop Backup In Progress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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