Issue Details (XML | Word | Printable)

Key: MDL-19351
Type: Bug Bug
Status: Resolved Resolved
Resolution: Not a bug
Priority: Minor Minor
Assignee: Eloy Lafuente (stronk7)
Reporter: mephist
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

?ourse backup ?nder the schedule does not exclude course files

Created: 31/May/09 09:39 AM   Updated: 02/Jun/09 01:57 AM
Component/s: Backup
Affects Version/s: 1.9.5
Fix Version/s: 1.9.6

Participants: Eloy Lafuente (stronk7) and mephist
Security Level: None
Resolved date: 02/Jun/09
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
backup_sche_coursefiles and backup_sche_sitefiles if turned off in backup setting, but course files all the same are present at created archives.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Eloy Lafuente (stronk7) added a comment - 02/Jun/09 01:57 AM
Hi,

no matter of the course_files setting in backup setting, when your course has 'file', 'directory' or 'ims' resources.... using course_files, those needed files to transfer those resources are copied to course_files.

So I guess your courses will have some resources of this type and it's causing "some" files to be copied.

Note this won't be a problem anymore in Moodle 2.0, where each resource is going to autocontain always its own files. But for previous versions, where the course_files is a "shared" (for resources) container, it cannot be done in another way, or you will end with non-working resources after restore.

Closing this as not a bug... thanks for report, ciao