Skip to content

Instantly share code, notes, and snippets.

View denvit's full-sized avatar
🎯
Focusing

Denis Veg denvit

🎯
Focusing
  • Gornja Radgona, Slovenia
  • 17:15 (UTC +02:00)
View GitHub Profile
@MindaugasR
MindaugasR / PrestaShop full backup script
Last active July 17, 2020 11:08
PrestaShop full backup script
#!/bin/bash
#Main settings
DOMAIN_DIR="/path/to/your/public_html"
BACKUP_DIR="/path/to/your/backup"
DATE=$(date +%Y-%m-%d)
# MySQL Settings
DB_HOST="localhost"
DB_USER="mysql_username"