1. run the database backup (phpmyadmin-export or mysqldump dump) on LIVE
2. run the database restore (phpmyadmin-import or mysqldump restore) on DEV
3. run rsync -zpaAXPv --exclude-from=/data/exclusions root@forum.drugs-and-users.org:/var/www/html/ /var/www/html/ on DEV
(
cat /data/exclusions:
index.html
Settings.php
config.php
cache*
)
4. ONCE ONLY: phpbb: admin user addition in MySQL once only"