Skip to content

Instantly share code, notes, and snippets.

View Glennmen's full-sized avatar

Glenn Carremans Glennmen

View GitHub Profile
@Glennmen
Glennmen / ftpbackup.sh
Created August 27, 2018 12:00
System + MySQL backup script
#!/bin/sh
# System + MySQL backup script
# Full backup day - Sun (rest of the day do incremental backup)
# Copyright (c) 2005-2006 nixCraft <http://www.cyberciti.biz/fb/>
# This script is licensed under GNU GPL version 2.0 or above
# Automatically generated by http://bash.cyberciti.biz/backup/wizard-ftp-script.php
# ---------------------------------------------------------------------
### System Setup ###
DIRS="/home /etc /var/www"
BACKUP=/tmp/backup.$$