how to confirm backups are completeing?

how to confirm backups are completeing?

by Jennifer LaVoie Constant -
Number of replies: 5

Hello Everyone

How can I verify that my backups are completing?

thanks!

Jennifer

Average of ratings: -
In reply to Jennifer LaVoie Constant

Re: how to confirm backups are completeing?

by Les Lusk -
Look in the "files" folder for the particular course under "backupdata"
In reply to Les Lusk

Re: how to confirm backups are completeing?

by Jennifer LaVoie Constant -

hmmm not seeing anything callled "backup data"

Jennifer

In reply to Jennifer LaVoie Constant

Re: how to confirm backups are completeing?

by Eloy Lafuente (stronk7) -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Hi Jennifer,

every time a backup is generated it's stored inside the course files area (click "Files" in course main page) under a directory named "backupdata". This is true if you are talking about manual backups. Also, when the manual backup process ends, there is a link (bottom page) that you can use to go to that "destination" dir directly.

In scheduled backups, there is a file to specify a manual destination. If you leave that field empty, backup files will be written to each "backupdata" dir inside every course (just as manual backup does). Obviously, if a manual destination is specified, then all backup files will go to that place...

Ciao smile
In reply to Eloy Lafuente (stronk7)

Re: how to confirm backups are completeing?

by Jennifer LaVoie Constant -

thanks...is there a way to do a site wide backup?  Or does it just do it by class...

also, on a linux server, what equals a "full Path"?

Thanks

jennifer

In reply to Jennifer LaVoie Constant

Re: how to confirm backups are completeing?

by Eloy Lafuente (stronk7) -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Peer reviewers Picture of Plugin developers Picture of Testers
To make site wide (full) backup (not per course) of your Moodle installation you have to backup the Moodle DB, your moodle_data dir and your moodle scripts dir.

Having this three you can rebuild from crash practically always...more info about this full backups can be found in the documentation.

Ciao smile