Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Backup and restore FAQ.

Talk:Backup and restore FAQ: Difference between revisions

From MoodleDocs
(added alternative rsync syntax)
m (formatting)
Line 1: Line 1:
If you want to run the cronscript at the machine you are running moodle at you have to use following rsync syntax
If you want to run the cronscript at the machine you are running moodle at you have to use following rsync syntax


rsync -auvtz --delete -e ssh /path/to/local/folder/ remoteuser@remoteserver:/path/to/remote/folder/
rsync -auvtz --delete -e ssh /path/to/local/folder/ remoteuser@remoteserver:/path/to/remote/folder/


== References ==
== References ==

Revision as of 15:09, 2 July 2008

If you want to run the cronscript at the machine you are running moodle at you have to use following rsync syntax

rsync -auvtz --delete -e ssh /path/to/local/folder/ remoteuser@remoteserver:/path/to/remote/folder/

References

A big THANK YOU to Eloy Lafuente (stronk7) :-) Helen Foster 26 November 2005 17:34 (WST)