Frontier Elite Project
Posted: Thu Nov 08, 2018 9:43 am
Hi All,
As I have gone and gotten myself TOTALLY obsessed with Frontier Elite, I am going to re-purpose one of my unused Raspberry Pi 2B as a little forum/file server for my little group. It is only about 10 members in total.
My plan is to set up the PI as a private forum server, with phpbb, MySQL, php7, and Apache, PHPMYADMIN and RpiMon (cause its pretty). And Also some kind of virus scanner.
I want to be able to allow people to upload any files etc to a storage space within the RPI.
That's all fine I am sure I can figure that out, as well as the NAT stuff from my cable supplier.
What I want to do is to be able to, at midnight every night for the RPI to perform a cron job that will -
1. Backup the MYSQL database for the forum.
1.1 Upload this backup to a file on the NAS - \backups\Elite\RPI-MYSQL\<foldername as date and time> (e.g. 2018-11-08)
2. Backup any files uploaded, to the NAS - \backups\Elite\RPI-STORE\<foldername as date and time> (e.g. 2018-11-08)
3. Email me when it's done.
The RPI will be called "Elite" on ip address ending 0.2
The external storage space is a NAS box, on ip ending 0.3
Can anyone point me in the right direction?
As I have gone and gotten myself TOTALLY obsessed with Frontier Elite, I am going to re-purpose one of my unused Raspberry Pi 2B as a little forum/file server for my little group. It is only about 10 members in total.
My plan is to set up the PI as a private forum server, with phpbb, MySQL, php7, and Apache, PHPMYADMIN and RpiMon (cause its pretty). And Also some kind of virus scanner.
I want to be able to allow people to upload any files etc to a storage space within the RPI.
That's all fine I am sure I can figure that out, as well as the NAT stuff from my cable supplier.
What I want to do is to be able to, at midnight every night for the RPI to perform a cron job that will -
1. Backup the MYSQL database for the forum.
1.1 Upload this backup to a file on the NAS - \backups\Elite\RPI-MYSQL\<foldername as date and time> (e.g. 2018-11-08)
2. Backup any files uploaded, to the NAS - \backups\Elite\RPI-STORE\<foldername as date and time> (e.g. 2018-11-08)
3. Email me when it's done.
The RPI will be called "Elite" on ip address ending 0.2
The external storage space is a NAS box, on ip ending 0.3
Can anyone point me in the right direction?