|
Page date Tue Jul 12 15:22:55 2011 . | Improve this page |
Go to /Users/ilg/My Files/MacMini Vault/Projects/SourceForge.backup/micro-os-plus and click on the svn-rsync.command executable.
#!/bin/sh
export PROJECT=micro-os-plus
export MYSVNROOT="/Users/ilg/My Files/MacMini Vault/Projects/SourceForge.backup/$PROJECT/svn"
mkdir -p $MYSVNROOT
cd $MYSVNROOT
rsync -av $PROJECT.svn.sourceforge.net::svn/$PROJECT/* .
echo "Project '$PROJECT' ... Done."
Go to Hosted Application Backup (No longer available)
The result will be a file called:
micro-os-plus_mediawiki_files.tar.gz
Rename it to include the current date, like this:
micro-os-plus_mediawiki_files_20110712.tar.gz
Similarly for the MediaWiki files:
The result will be a file called:
micro-os-plus_mediawiki_files.tar.gz
Rename it to include the current date, like this:
micro-os-plus_mediawiki_files_20110712.tar.gz