Last active
May 11, 2019 20:34
-
-
Save CamdenJaxx/79c128c9f08a140bd74df4a03341be82 to your computer and use it in GitHub Desktop.
View running log of VestaCP backup log
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 | |
| tail -f /usr/local/vesta/log/backup.log | |
| exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment