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 | |
| # Web backup script | |
| # by Dan Miller | |
| # http://www.danmiller.co.uk | |
| ### Begin Configuration ### | |
| EMAIL="you@email.com" # Email address to send the backup report to. (sendmail must be installed) | |
| WEBPATH="/data/www" # No trailing slash |
NewerOlder