Easy backup for moodle db (serversided)

Re: Easy backup for moodle db (serversided)

על ידי Laurie Savage בתאריך
מספר תגובות: 0
Using crontab is pretty easy. If you've got access to a linux terminal type man 8 crontab and you will see some examples. I run a scheduled mysqldump and use
"mysqldump moodle > db-`date+%F`.sql"
to create a sequence of dated file names - check the syntax of date (note the back ticks - not apostrophes).