Just as long as only one is being used at any one point in time:
Use Site A
Stop Site A
Copy data over to Site B (except config.php)
Use Site B
Stop Site B
Copy data over to Site A (except config.php)
Use Site A ... repeat ...
Martin Dougiamas
Posts made by Martin Dougiamas
You need to mirror all the files (data AND Moodle itself) and mirror the database. For mirroring files I use "rsync", which only copies the changed files. I've never mirrored a database but http://google.com found this: http://www.mysql.com/doc/en/Replication.html
I think you may run into some serious problems if both servers are being used at the same time ... it might be easier to work on getting a permanent internet connection.
I think you may run into some serious problems if both servers are being used at the same time ... it might be easier to work on getting a permanent internet connection.
I see it - a little new bug affecting non-teachers. Fixed in CVS. Thanks to both of you.
Yes, it's in journals as well, and anywhere else where you can specify the format using that menu, as they use the same central code. Individual modules set the defaults, though. Take a look in the relevant scripts - it should be pretty easy to spot.