I've just hacked together this perl script example to show you how to trigger backup creation via perl (and download it afterwards via ftp). It at least allows you to natively create (and schedule) backups in OSX (what i use) and linuxen.
Look at the code for configuration options.
Note: this is example code, a lot of stuff isn't implemented yet! This more or less is the first time in years i've dabbled in perl so the code isn;t really good/clean yet.
I plan on making it a multi-site perl backup solution for non-windows users (at some point in time, that is :) ). This means that i'll be updating this at (very) irregular intervals.
Obviously this won;t be supported by the Joomlapack team :)
And of course a few xml-rpc suggestions for the joomlapack team:
- create hash after creating backup, allows for correct download checking
- remove backup after download (saves space on server and prevents joompack backend pollution)
Have fun :)
Matt