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/sh | |
# MNKY lab's custom backup script | |
# author: Martin Rehberger <[email protected]> | |
# author uri: https://mnkylab.com | |
# license: GPL v3 or later | |
# license uri: https://www.gnu.org/licenses/gpl.html | |
### variables | |
WPCLI=/home/www/.../files/wp-cli.phar | |
EXPORTPATH=~/html/backups/ |