This is a test site. Any changes will be lost!

Talk:Backup and restore FAQ: Difference between revisions

From MoodleDocs
m (comment moved to user talk page)
(added alternative rsync syntax)
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
rsync -auvtz --delete -e ssh /path/to/local/folder/ remoteuser@remoteserver:/path/to/remote/folder/
== References ==
== References ==



Revision as of 15:07, 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)