Automated course backup

Z MoodleDocs
Wersja z dnia 22:56, 26 lis 2005 autorstwa Helen (dyskusja | edycje) (directory path, see also)
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
Skocz do:nawigacja, szukaj

This page is for configuring automated backups and their schedule.

Schedule

By default, course backups are saved in the course files directory. To save them elsewhere, the full path to the directory should be filled in.

The full syntax of a directory path depends on the operating system.

In Windows Systems use something like:

c:\program files\data\moodle
c:\documents and settings\moodle\temp\saved

In Unix Systems use something like:

/usr/data/moodle
/home/moodle/tmp/saved

Note that it's usually a good idea to make sure the directory already exists. Sometimes Moodle can create the directory when required but this is not always possible.

Finally, make sure the case is correct (upper vs lower) and never include a trailing slash.

See also